mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
fix: the headwords got mixed together
This commit is contained in:
parent
c865896216
commit
cb39049cb7
|
@ -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() ) );
|
||||
|
||||
|
|
Loading…
Reference in a new issue