removeAccents refactorized out to the AccentsNormalizer class
[mdictionary] / trunk / src / includes / settings.h
index a6faba7..9a8e043 100644 (file)
@@ -30,9 +30,7 @@
 
 #include <QString>
 #include <QHash>
-#include "CommonDictInterface.h"
-
-class CommonDictInterface;
+#include <QDebug>
 
 /*! Plugins or dictionaries may need to keep some of configuration between
   sessions, moreover Backbone or GUI may want store some additional info in
@@ -45,6 +43,7 @@ class Settings {
     Settings(const Settings* set) {
         _settings = QHash<QString, QString>(set->_settings);
     }
+    ~Settings(){}
 
     /*! \returns value fo given key
          \param key