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 5a4fb45..2451040 100644 --- a/common/storage.h +++ b/common/storage.h | |||
@@ -222,6 +222,7 @@ public: | |||
222 | static void getUids(const QByteArray &type, const Transaction &, const std::function<void(const QByteArray &uid)> &); | 222 | static void getUids(const QByteArray &type, const Transaction &, const std::function<void(const QByteArray &uid)> &); |
223 | 223 | ||
224 | bool exists() const; | 224 | bool exists() const; |
225 | static bool exists(const QString &storageRoot, const QString &name); | ||
225 | 226 | ||
226 | static bool isInternalKey(const char *key); | 227 | static bool isInternalKey(const char *key); |
227 | static bool isInternalKey(void *key, int keySize); | 228 | static bool isInternalKey(void *key, int keySize); |