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.cpp | |
parent | 62e5c57333d0ac9d3f242d3d9318478cab659488 (diff) | |
download | sink-8e7528cbbd422b5ae5d571542b9bd4a7d8c119a0.tar.gz sink-8e7528cbbd422b5ae5d571542b9bd4a7d8c119a0.zip |
Fixed issues found by clang analyzer
Diffstat (limited to 'common/synchronizer.cpp')
-rw-r--r-- | common/synchronizer.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/synchronizer.cpp b/common/synchronizer.cpp index 46712b5..be969d2 100644 --- a/common/synchronizer.cpp +++ b/common/synchronizer.cpp | |||
@@ -40,6 +40,11 @@ Synchronizer::Synchronizer(const QByteArray &resourceType, const QByteArray &res | |||
40 | Trace() << "Starting synchronizer: " << resourceType << resourceInstanceIdentifier; | 40 | Trace() << "Starting synchronizer: " << resourceType << resourceInstanceIdentifier; |
41 | } | 41 | } |
42 | 42 | ||
43 | Synchronizer::~Synchronizer() | ||
44 | { | ||
45 | |||
46 | } | ||
47 | |||
43 | void Synchronizer::setup(const std::function<void(int commandId, const QByteArray &data)> &enqueueCommandCallback) | 48 | void Synchronizer::setup(const std::function<void(int commandId, const QByteArray &data)> &enqueueCommandCallback) |
44 | { | 49 | { |
45 | mEnqueue = enqueueCommandCallback; | 50 | mEnqueue = enqueueCommandCallback; |