summaryrefslogtreecommitdiffstats
path: root/common/store.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-28 16:40:26 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-28 16:40:26 +0200
commitd4ba5071da8076914b99e6a3cc32c9042b3730bc (patch)
tree0978efa2ae975cf6b6e9e58a6692ab4093cb9af3 /common/store.cpp
parent9c37e308015f31ec778a39b31902e725cd9b76a8 (diff)
downloadsink-d4ba5071da8076914b99e6a3cc32c9042b3730bc.tar.gz
sink-d4ba5071da8076914b99e6a3cc32c9042b3730bc.zip
Cleanup
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();