diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-04 07:53:18 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-04 07:53:18 +0200 |
commit | 9487403a87a93a738955bb9cafd0d12efa295896 (patch) | |
tree | b2660aa0925f1a4f75bc71577b846c5655ee7183 /common/storage.h | |
parent | 544e08ab379fd53d00009a3400aa530520b65e85 (diff) | |
download | sink-9487403a87a93a738955bb9cafd0d12efa295896.tar.gz sink-9487403a87a93a738955bb9cafd0d12efa295896.zip |
Cleanup
Diffstat (limited to 'common/storage.h')
-rw-r--r-- | common/storage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/storage.h b/common/storage.h index 71e9401..d1dda3e 100644 --- a/common/storage.h +++ b/common/storage.h | |||
@@ -132,7 +132,6 @@ public: | |||
132 | void abort(); | 132 | void abort(); |
133 | 133 | ||
134 | QList<QByteArray> getDatabaseNames() const; | 134 | QList<QByteArray> getDatabaseNames() const; |
135 | bool validateNamedDatabases(); | ||
136 | 135 | ||
137 | NamedDatabase openDatabase(const QByteArray &name = {"default"}, | 136 | NamedDatabase openDatabase(const QByteArray &name = {"default"}, |
138 | const std::function<void(const DataStore::Error &error)> &errorHandler = {}, bool allowDuplicates = false) const; | 137 | const std::function<void(const DataStore::Error &error)> &errorHandler = {}, bool allowDuplicates = false) const; |