forked from ondra/colnod-connector
fix wrong paste
This commit is contained in:
parent
fd4440f940
commit
cca625ddec
@ -133,10 +133,10 @@ bool SyncManager::startSynchronization()
|
||||
QCoreApplication::exit();
|
||||
});
|
||||
|
||||
colnod->processData(preparedData->colnodData);
|
||||
//qCritical(syncmanager) << "Not possible to upload data to colnod";
|
||||
|
||||
});
|
||||
colnod->processData(preparedData->colnodData);
|
||||
//qCritical(syncmanager) << "Not possible to upload data to colnod";
|
||||
});
|
||||
|
||||
return true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user