diff options
Diffstat (limited to 'common/clientapi.h')
-rw-r--r-- | common/clientapi.h | 3 |
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 | /** |