summaryrefslogtreecommitdiffstats
path: root/common/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/storage.h')
-rw-r--r--common/storage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/storage.h b/common/storage.h
index 87573e2..0527c4f 100644
--- a/common/storage.h
+++ b/common/storage.h
@@ -141,6 +141,7 @@ public:
141 void abort(); 141 void abort();
142 142
143 QList<QByteArray> getDatabaseNames() const; 143 QList<QByteArray> getDatabaseNames() const;
144 bool validateNamedDatabases();
144 145
145 NamedDatabase openDatabase(const QByteArray &name = QByteArray("default"), 146 NamedDatabase openDatabase(const QByteArray &name = QByteArray("default"),
146 const std::function<void(const Storage::Error &error)> &errorHandler = std::function<void(const Storage::Error &error)>(), bool allowDuplicates = false) const; 147 const std::function<void(const Storage::Error &error)> &errorHandler = std::function<void(const Storage::Error &error)>(), bool allowDuplicates = false) const;