diff options
Diffstat (limited to 'common/storage.h')
-rw-r--r-- | common/storage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/storage.h b/common/storage.h index fd35274..f9a207f 100644 --- a/common/storage.h +++ b/common/storage.h | |||
@@ -168,6 +168,8 @@ public: | |||
168 | 168 | ||
169 | qint64 maxRevision(); | 169 | qint64 maxRevision(); |
170 | void setMaxRevision(qint64 revision); | 170 | void setMaxRevision(qint64 revision); |
171 | static qint64 maxRevision(const Akonadi2::Storage::Transaction &); | ||
172 | static void setMaxRevision(Akonadi2::Storage::Transaction &, qint64 revision); | ||
171 | 173 | ||
172 | bool exists() const; | 174 | bool exists() const; |
173 | 175 | ||