summaryrefslogtreecommitdiffstats
path: root/common/resource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/resource.cpp')
-rw-r--r--common/resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resource.cpp b/common/resource.cpp
index db64d33..f81f094 100644
--- a/common/resource.cpp
+++ b/common/resource.cpp
@@ -46,7 +46,7 @@ void Resource::processCommand(int commandId, const QByteArray &data)
46 Q_UNUSED(data) 46 Q_UNUSED(data)
47} 47}
48 48
49KAsync::Job<void> Resource::synchronizeWithSource() 49KAsync::Job<void> Resource::synchronizeWithSource(const Sink::QueryBase &query)
50{ 50{
51 return KAsync::null<void>(); 51 return KAsync::null<void>();
52} 52}