diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-29 20:08:51 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-29 20:08:51 +0200 |
commit | 61a06afe8ef87056b067fbe578a72bf564123222 (patch) | |
tree | eed9d8957b2073a1f67741f00dd5d0df40f4c3b3 /examples/maildirresource/maildirresource.cpp | |
parent | 66a37692cb3d20de354cfeb51ef6cb1d19bd55b1 (diff) | |
download | sink-61a06afe8ef87056b067fbe578a72bf564123222.tar.gz sink-61a06afe8ef87056b067fbe578a72bf564123222.zip |
The imap resource is back
Diffstat (limited to 'examples/maildirresource/maildirresource.cpp')
-rw-r--r-- | examples/maildirresource/maildirresource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/maildirresource/maildirresource.cpp b/examples/maildirresource/maildirresource.cpp index feccefc..eb35d39 100644 --- a/examples/maildirresource/maildirresource.cpp +++ b/examples/maildirresource/maildirresource.cpp | |||
@@ -367,7 +367,7 @@ public: | |||
367 | Log() << "Synchronized " << count << " mails in " << listingPath << Sink::Log::TraceTime(elapsed) << " " << elapsed/qMax(count, 1) << " [ms/mail]"; | 367 | Log() << "Synchronized " << count << " mails in " << listingPath << Sink::Log::TraceTime(elapsed) << " " << elapsed/qMax(count, 1) << " [ms/mail]"; |
368 | } | 368 | } |
369 | 369 | ||
370 | KAsync::Job<void> synchronizeWithSource() | 370 | KAsync::Job<void> synchronizeWithSource() Q_DECL_OVERRIDE |
371 | { | 371 | { |
372 | Log() << " Synchronizing"; | 372 | Log() << " Synchronizing"; |
373 | return KAsync::start<void>([this]() { | 373 | return KAsync::start<void>([this]() { |