mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 14:30:50 +02:00
fix wrong paste
This commit is contained in:
parent
fd4440f940
commit
cca625ddec
@ -133,10 +133,10 @@ bool SyncManager::startSynchronization()
|
|||||||
QCoreApplication::exit();
|
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;
|
return true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user