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 28fe645..e3dbddc 100644 --- a/common/synchronizer.h +++ b/common/synchronizer.h | |||
@@ -180,7 +180,7 @@ protected: | |||
180 | */ | 180 | */ |
181 | virtual void mergeIntoQueue(const Synchronizer::SyncRequest &request, QList<Synchronizer::SyncRequest> &queue); | 181 | virtual void mergeIntoQueue(const Synchronizer::SyncRequest &request, QList<Synchronizer::SyncRequest> &queue); |
182 | 182 | ||
183 | void emitNotification(Notification::NoticationType type, int code, const QString &message, const QByteArray &id = QByteArray{}); | 183 | void emitNotification(Notification::NoticationType type, int code, const QString &message, const QByteArray &id = QByteArray{}, const QByteArrayList &entiteis = QByteArrayList{}); |
184 | 184 | ||
185 | protected: | 185 | protected: |
186 | Sink::Log::Context mLogCtx; | 186 | Sink::Log::Context mLogCtx; |