Add a right bracket.

This commit is contained in:
zhangjiaping 2020-12-29 20:38:47 +08:00
parent 997c7cd2fa
commit 0404b0b40f
1 changed files with 2 additions and 0 deletions

View File

@ -228,6 +228,8 @@ QStringList FileUtils::findMultiToneWords(const QString& hanzi)
stitchMultiToneWordsDFS(hanzi, tempAllPinYin, tempFirst, output); stitchMultiToneWordsDFS(hanzi, tempAllPinYin, tempFirst, output);
// qDebug() << output; // qDebug() << output;
return output; return output;
}
/** /**
* @brief FileUtils::getDocxTextContent * @brief FileUtils::getDocxTextContent
* @param path: abs path * @param path: abs path