diff options
Diffstat (limited to 'common/synchronizer.h')
-rw-r--r-- | common/synchronizer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/synchronizer.h b/common/synchronizer.h index 8442aa2..6521876 100644 --- a/common/synchronizer.h +++ b/common/synchronizer.h | |||
@@ -38,6 +38,7 @@ class SINK_EXPORT Synchronizer | |||
38 | { | 38 | { |
39 | public: | 39 | public: |
40 | Synchronizer(const QByteArray &resourceType, const QByteArray &resourceInstanceIdentifier); | 40 | Synchronizer(const QByteArray &resourceType, const QByteArray &resourceInstanceIdentifier); |
41 | virtual ~Synchronizer(); | ||
41 | 42 | ||
42 | void setup(const std::function<void(int commandId, const QByteArray &data)> &enqueueCommandCallback); | 43 | void setup(const std::function<void(int commandId, const QByteArray &data)> &enqueueCommandCallback); |
43 | KAsync::Job<void> synchronize(); | 44 | KAsync::Job<void> synchronize(); |