Fix bug with app crash on exit. Add keyboard support in wordList, DictTypeSelectDialo...
[mdictionary] / src / mdictionary / gui / DictManagerWidget.h
index 15befcb..5565265 100644 (file)
@@ -78,11 +78,17 @@ Q_SIGNALS:
     */
     void removeDictionary(CommonDictInterface*);
 
+#ifndef Q_WS_MAEMO_5
+    //! emits when dict manager gain focus
+    void setFocusOnQML();
+#endif
+
 
 public Q_SLOTS:
 
     #ifndef Q_WS_MAEMO_5
         void save();
+        void setFocusOnElement();
     #endif
 
 private Q_SLOTS: