diff options
Diffstat (limited to 'common/storage.h')
-rw-r--r-- | common/storage.h | 5 |
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 | |||
82 | private: | 87 | private: |
83 | class Private; | 88 | class Private; |
84 | Private * const d; | 89 | Private * const d; |