summaryrefslogtreecommitdiffstats
path: root/common/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/storage.h')
-rw-r--r--common/storage.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/storage.h b/common/storage.h
index 758765e..d8378e2 100644
--- a/common/storage.h
+++ b/common/storage.h
@@ -79,6 +79,11 @@ public:
79 void setMaxRevision(qint64 revision); 79 void setMaxRevision(qint64 revision);
80 80
81 bool exists() const; 81 bool exists() const;
82
83 static bool isInternalKey(const char *key);
84 static bool isInternalKey(void *key, int keySize);
85 static bool isInternalKey(const QByteArray &key);
86
82private: 87private:
83 class Private; 88 class Private;
84 Private * const d; 89 Private * const d;