summaryrefslogtreecommitdiffstats
path: root/common/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/storage.h')
-rw-r--r--common/storage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/storage.h b/common/storage.h
index 1967a5e..f5f1879 100644
--- a/common/storage.h
+++ b/common/storage.h
@@ -235,6 +235,9 @@ public:
235 235
236 static QByteArray generateUid(); 236 static QByteArray generateUid();
237 237
238 static qint64 databaseVersion(const Transaction &);
239 static void setDatabaseVersion(Transaction &, qint64 revision);
240
238private: 241private:
239 std::function<void(const DataStore::Error &error)> mErrorHandler; 242 std::function<void(const DataStore::Error &error)> mErrorHandler;
240 243