diff options
Diffstat (limited to 'common/storage.h')
-rw-r--r-- | common/storage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/storage.h b/common/storage.h index 0527c4f..2661439 100644 --- a/common/storage.h +++ b/common/storage.h | |||
@@ -216,6 +216,7 @@ public: | |||
216 | 216 | ||
217 | static QByteArray assembleKey(const QByteArray &key, qint64 revision); | 217 | static QByteArray assembleKey(const QByteArray &key, qint64 revision); |
218 | static QByteArray uidFromKey(const QByteArray &key); | 218 | static QByteArray uidFromKey(const QByteArray &key); |
219 | static qint64 revisionFromKey(const QByteArray &key); | ||
219 | 220 | ||
220 | static NamedDatabase mainDatabase(const Sink::Storage::Transaction &, const QByteArray &type); | 221 | static NamedDatabase mainDatabase(const Sink::Storage::Transaction &, const QByteArray &type); |
221 | 222 | ||