From 89b6f63bab839ab0504cd3067f0389afe4dc47e3 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 7 Nov 2016 21:48:44 +0100 Subject: Implement debug stream operators for query. --- examples/mailtransportresource/mailtransportresource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/mailtransportresource/mailtransportresource.cpp') diff --git a/examples/mailtransportresource/mailtransportresource.cpp b/examples/mailtransportresource/mailtransportresource.cpp index 5f8ba89..d1a2e77 100644 --- a/examples/mailtransportresource/mailtransportresource.cpp +++ b/examples/mailtransportresource/mailtransportresource.cpp @@ -108,7 +108,7 @@ public: return KAsync::null(); } - KAsync::Job synchronizeWithSource() Q_DECL_OVERRIDE + KAsync::Job synchronizeWithSource(const Sink::QueryBase &query) Q_DECL_OVERRIDE { SinkLog() << " Synchronizing"; return KAsync::start([this](KAsync::Future future) { -- cgit v1.2.3