Add a right bracket.
This commit is contained in:
parent
997c7cd2fa
commit
0404b0b40f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue