Fixed #6344 - enabling/disabling accents sstripping settings dialog
[mdictionary] / src / plugins / xdxf / XdxfSettingsDialog.h
index be7510b..4baf322 100644 (file)
@@ -47,6 +47,7 @@ public:
 private Q_SLOTS:
     void selectFile();
     void setGenerateCache(bool);
+    void setAccents(bool);
 
 private:
     QLabel* infoLabel;
@@ -61,6 +62,8 @@ private:
     QString _dicitonaryFilePath;
     bool _generateCache;
     XdxfPlugin* plugin;
+    bool lastAccents;
+
 };
 
 #endif // XDXFSETTINGSDIALOG_H