fix: the headwords got mixed together

This commit is contained in:
YiFang Xiao 2023-09-02 21:07:20 +08:00
parent c865896216
commit cb39049cb7

View file

@ -123,6 +123,7 @@ void DictHeadwords::setup( Dictionary::Class * dict_ )
QApplication::setOverrideCursor( Qt::WaitCursor );
dict = dict_;
sortedWords.clear();
setWindowTitle( QString::fromUtf8( dict->getName().c_str() ) );