Add sorting of dictionary list
[mdictionary] / src / mdictionary / gui / DictManagerWidget.h
index f55949f..ee085f2 100644 (file)
@@ -110,7 +110,7 @@ private:
 
     QVBoxLayout* verticalLayout;
     QHBoxLayout* buttonGroup;
-    QListWidget* dictListWidget;
+    QListWidget* dictList;
 
     //holds association between items on list and CommonDictInterface objects
     QHash<QListWidgetItem*, CommonDictInterface*> dictsHash;