From 404d4619ccfc2ea014bdec1a26a9c88d1c314227 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Fri, 4 May 2018 11:34:14 +0200 Subject: Displatch replays in synchronizer --- common/synchronizer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/synchronizer.cpp b/common/synchronizer.cpp index 85b0d30..1a5810d 100644 --- a/common/synchronizer.cpp +++ b/common/synchronizer.cpp @@ -634,6 +634,8 @@ KAsync::Job Synchronizer::replay(const QByteArray &type, const QByteArray job = replay(store().readEntity(key), operation, oldRemoteId, modifiedProperties); } else if (type == ApplicationDomain::getTypeName()) { job = replay(store().readEntity(key), operation, oldRemoteId, modifiedProperties); + } else if (type == ApplicationDomain::getTypeName()) { + job = replay(store().readEntity(key), operation, oldRemoteId, modifiedProperties); } else if (type == ApplicationDomain::getTypeName()) { job = replay(store().readEntity(key), operation, oldRemoteId, modifiedProperties); } else { -- cgit v1.2.3