Moved icons from resources to data/ fixed bug with segmentation fault when starting...
[mdictionary] / trunk / src / base / gui / WordListWidget.h
index 9dc011f..1ff0c12 100644 (file)
@@ -89,6 +89,8 @@ private Q_SLOTS:
     //! Signal is emitted only when star was clicked.
     void wordChecked(QModelIndex index);
 
+    void clear();
+
 private:
     //! Adds word to model. Row is row in the model
     void addWord(QString word, int row);