Rename thread to SyncEngine Thread to avoid confusion about Neon.

Esse commit está contido em:
Klaas Freitag
2015-06-06 10:49:24 +02:00
commit fc2ceb88fb
+1 -1
Ver Arquivo
@@ -75,7 +75,7 @@ SyncEngine::SyncEngine(AccountPtr account, CSYNC *ctx, const QString& localPath,
qRegisterMetaType<SyncFileItem::Status>("SyncFileItem::Status");
qRegisterMetaType<Progress::Info>("Progress::Info");
_thread.setObjectName("CSync_Neon_Thread");
_thread.setObjectName("SyncEngine_Thread");
_thread.start();
}