Some fixes to connection manager.
[jenirok] / src / common / db.h
index 0aa2490..6c1b989 100644 (file)
@@ -34,7 +34,7 @@ public:
 
 private:
     DB();
-    static bool createTables();
+    static bool createTables(bool update);
     static QSqlDatabase db_;
     static bool initialized_;
 };