Fix random error when remove word from bookmark. Fix show all bookmark feature.
[mdictionary] / src / include / GUIInterface.h
index 1b86f86..8152937 100644 (file)
@@ -191,6 +191,8 @@ Q_SIGNALS:
     void selectedDictionaries(QList<CommonDictInterface* >);
 
     void addToBookmarks(QList<Translation*>);
+
+    void bookmarkMode();
 };
 
 #endif // GUIINTERFACE_H