Restore word sorting in WordListWidget
[mdictionary] / src / mdictionary / gui / WordListModel.h
index 2db6e3b..abb128d 100644 (file)
@@ -60,9 +60,6 @@ private:
     QHash<QString, bool > _wordInBookmarks;
     QList<QString> _wordList;
 
-    void ascendingQuickSort(int left, int right);
-    void descendingQuickSort(int left, int right);
-
 };
 
 #endif // WORDLISTMODEL_H