fixed wordListWidget acting when word list is empty
[mdictionary] / src / mdictionary / gui / WordListModel.h
index 11e8439..38771d3 100644 (file)
@@ -61,7 +61,7 @@ private:
     QHash<QString, bool > _wordInBookmarks;
     QList<QString> _wordList;
 
-    bool isBookmarkModeActive;
+    bool _isBookmarkModeActive;
 
 };