Merge branch 'cache' of ssh://drop.maemo.org/git/mdictionary into cache
[mdictionary] / trunk / src / includes / settings.h
index cf40c48..bc8c35b 100644 (file)
@@ -31,6 +31,7 @@
 #include <QString>
 #include <QHash>
 #include "CommonDictInterface.h"
+#include <QDebug>
 
 class CommonDictInterface;
 
@@ -45,6 +46,7 @@ class Settings {
     Settings(const Settings* set) {
         _settings = QHash<QString, QString>(set->_settings);
     }
+    ~Settings(){}
 
     /*! \returns value fo given key
          \param key