diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-14 20:34:23 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-14 20:34:23 +0200 |
commit | 8e7528cbbd422b5ae5d571542b9bd4a7d8c119a0 (patch) | |
tree | d46ae0434ce2b85685e3b0f5c71dd387f5bee17a /common/synchronizer.h | |
parent | 62e5c57333d0ac9d3f242d3d9318478cab659488 (diff) | |
download | sink-8e7528cbbd422b5ae5d571542b9bd4a7d8c119a0.tar.gz sink-8e7528cbbd422b5ae5d571542b9bd4a7d8c119a0.zip |
Fixed issues found by clang analyzer
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(); |