Fixed phantom errors linked with saving/loading settings
[mdictionary] / trunk / src / base / backbone / backbone.h
index 74a3737..685569f 100644 (file)
@@ -57,7 +57,8 @@ class Backbone : public QObject
 public:
     /*!\param pluginPath path to plugins (leave blank for default)
       \param configPath path to folder with configuration files*/
-    Backbone(QString pluginPath="", QString configPath="", QObject *parent = 0);
+    Backbone(QString pluginPath="", QString configPath="",
+             bool dry = 0, QObject *parent = 0);
     ~Backbone();
     Backbone(const Backbone& b);