X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=SyncerThread.cpp;fp=SyncerThread.cpp;h=e01cb92fac0742e780f8371fa30235b175f2d4b4;hb=43c287cf53b85a8a347ae12ce8d938b256357ce3;hp=07858e88421990528165d78cfae985dc2f5674ab;hpb=1672d85141d3ee1ac7f2996c122f3f9ed974b702;p=qwerkisync diff --git a/SyncerThread.cpp b/SyncerThread.cpp index 07858e8..e01cb92 100644 --- a/SyncerThread.cpp +++ b/SyncerThread.cpp @@ -96,6 +96,7 @@ void SyncerThread::run() EventProcessors::Writer eventWriter(CurrentSettings(), lookup); QObject::connect(&eventWriter, SIGNAL(EventProcessed(int,int)), this, SIGNAL(EventProcessed(int,int))); allBackends.Process(eventWriter); + QObject::disconnect(&eventWriter, SIGNAL(EventProcessed(int,int)), this, SIGNAL(EventProcessed(int,int))); } else {