summaryrefslogtreecommitdiffstats
path: root/common/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/resource.h')
-rw-r--r--common/resource.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/resource.h b/common/resource.h
index 1dbc365..3cc326c 100644
--- a/common/resource.h
+++ b/common/resource.h
@@ -28,6 +28,7 @@ namespace Sink {
28class FacadeFactory; 28class FacadeFactory;
29class AdaptorFactoryRegistry; 29class AdaptorFactoryRegistry;
30class ResourceContext; 30class ResourceContext;
31class QueryBase;
31 32
32/** 33/**
33 * Resource interface 34 * Resource interface
@@ -44,7 +45,7 @@ public:
44 /** 45 /**
45 * Execute synchronization with the source. 46 * Execute synchronization with the source.
46 */ 47 */
47 virtual KAsync::Job<void> synchronizeWithSource(); 48 virtual KAsync::Job<void> synchronizeWithSource(const Sink::QueryBase &);
48 49
49 /** 50 /**
50 * Process all internal messages, thus ensuring the store is up to date and no pending modifications are left. 51 * Process all internal messages, thus ensuring the store is up to date and no pending modifications are left.