diff options
Diffstat (limited to 'common/store.cpp')
-rw-r--r-- | common/store.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/store.cpp b/common/store.cpp index 0ecdcd2..52fec2e 100644 --- a/common/store.cpp +++ b/common/store.cpp | |||
@@ -230,7 +230,7 @@ KAsync::Job<void> Store::removeDataFromDisk(const QByteArray &identifier) | |||
230 | { | 230 | { |
231 | // All databases are going to become invalid, nuke the environments | 231 | // All databases are going to become invalid, nuke the environments |
232 | // TODO: all clients should react to a notification the resource | 232 | // TODO: all clients should react to a notification the resource |
233 | Sink::Storage::clearEnv(); | 233 | Sink::Storage::DataStore::clearEnv(); |
234 | SinkTrace() << "Remove data from disk " << identifier; | 234 | SinkTrace() << "Remove data from disk " << identifier; |
235 | auto time = QSharedPointer<QTime>::create(); | 235 | auto time = QSharedPointer<QTime>::create(); |
236 | time->start(); | 236 | time->start(); |