summaryrefslogtreecommitdiffstats
path: root/common/clientapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/clientapi.h')
-rw-r--r--common/clientapi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/clientapi.h b/common/clientapi.h
index 56247a7..4650221 100644
--- a/common/clientapi.h
+++ b/common/clientapi.h
@@ -413,6 +413,9 @@ public:
413 } 413 }
414 414
415 static void shutdown(const QByteArray &resourceIdentifier); 415 static void shutdown(const QByteArray &resourceIdentifier);
416
417 //TODO do we really want this command? And if yes, shouldn't it take a query to specify what to sync exactly?
418 static void synchronize(const QByteArray &resourceIdentifier);
416}; 419};
417 420
418/** 421/**