diff options
Diffstat (limited to 'common/synchronizer.h')
-rw-r--r-- | common/synchronizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/synchronizer.h b/common/synchronizer.h index 9c0e2e2..81d4f27 100644 --- a/common/synchronizer.h +++ b/common/synchronizer.h | |||
@@ -50,7 +50,6 @@ public: | |||
50 | RemoteIdMap &syncStore(); | 50 | RemoteIdMap &syncStore(); |
51 | 51 | ||
52 | void commit(); | 52 | void commit(); |
53 | void commitSync(); | ||
54 | Sink::Storage::Transaction &transaction(); | 53 | Sink::Storage::Transaction &transaction(); |
55 | Sink::Storage::Transaction &syncTransaction(); | 54 | Sink::Storage::Transaction &syncTransaction(); |
56 | 55 | ||
@@ -106,6 +105,7 @@ private: | |||
106 | Sink::Storage::Transaction mSyncTransaction; | 105 | Sink::Storage::Transaction mSyncTransaction; |
107 | std::function<void(int commandId, const QByteArray &data)> mEnqueue; | 106 | std::function<void(int commandId, const QByteArray &data)> mEnqueue; |
108 | MessageQueue *mMessageQueue; | 107 | MessageQueue *mMessageQueue; |
108 | bool mSyncInProgress; | ||
109 | }; | 109 | }; |
110 | 110 | ||
111 | } | 111 | } |