Added saving confirmation for dictionary list widget
[mdictionary] / trunk / src / base / gui / DictManagerWidget.h
index 324ae11..1af98e4 100644 (file)
@@ -99,6 +99,14 @@ private:
     GUIInterface* guiInterface;
 
     void refreshDictsList();
+    #ifndef Q_WS_MAEMO_5
+        QPushButton* closeButton;
+        QHBoxLayout* footerLayout;
+        bool _save;
+
+        public Q_SLOTS:
+            void save();
+    #endif
 };
 
 #endif // DICTMANAGERWIDGET_H