Fix bug with app crash on exit. Add keyboard support in wordList, DictTypeSelectDialo...
[mdictionary] / src / mdictionary / gui / DictManagerModel.h
index 034867f..27bd9f3 100644 (file)
@@ -89,6 +89,14 @@ public Q_SLOTS:
       \param role role name
       */
     void setModelProperty(int index, const QVariant value, QString role);
+
+    //! Reverse value at role in index row of data.
+    /*!
+      \param index dictionary position in data list
+      \param role role name
+      */
+    void setModelProperty(int index, QString role);
+
     //! Set index of current selected dictionary
     /*!
       \param index dictionary position in data list