X-Git-Url: http://git.maemo.org/git/?p=jenirok;a=blobdiff_plain;f=src%2Fcommon%2Fdb.h;h=6c1b98964399e8c9ffc739670ce722f86dd8d457;hp=0aa249046d323fe8bfaff36cfda0095b0776a760;hb=f99718e69b270a89094113a26b22c694b79382f0;hpb=cf883c1283eb6b096592ef875a32696fee9dd6ff diff --git a/src/common/db.h b/src/common/db.h index 0aa2490..6c1b989 100644 --- a/src/common/db.h +++ b/src/common/db.h @@ -34,7 +34,7 @@ public: private: DB(); - static bool createTables(); + static bool createTables(bool update); static QSqlDatabase db_; static bool initialized_; };