summaryrefslogtreecommitdiffstats
path: root/common/store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/store.cpp')
-rw-r--r--common/store.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/store.cpp b/common/store.cpp
index 8c0a985..d266098 100644
--- a/common/store.cpp
+++ b/common/store.cpp
@@ -251,7 +251,7 @@ KAsync::Job<void> Store::remove(const Sink::Query &query)
251KAsync::Job<void> Store::removeDataFromDisk(const QByteArray &identifier) 251KAsync::Job<void> Store::removeDataFromDisk(const QByteArray &identifier)
252{ 252{
253 // All databases are going to become invalid, nuke the environments 253 // All databases are going to become invalid, nuke the environments
254 // TODO: all clients should react to a notification the resource 254 // TODO: all clients should react to a notification from the resource
255 Sink::Storage::DataStore::clearEnv(); 255 Sink::Storage::DataStore::clearEnv();
256 SinkTrace() << "Remove data from disk " << identifier; 256 SinkTrace() << "Remove data from disk " << identifier;
257 auto time = QSharedPointer<QTime>::create(); 257 auto time = QSharedPointer<QTime>::create();