Index: sources/cloudsync/CloudSyncController.cpp =================================================================== diff -u -rf8c7febe2e4131b8c7e68fd9849027ba8596dbc6 -r4947841e8cdd7e72d4fe26e604f7e5061fb86d64 --- sources/cloudsync/CloudSyncController.cpp (.../CloudSyncController.cpp) (revision f8c7febe2e4131b8c7e68fd9849027ba8596dbc6) +++ sources/cloudsync/CloudSyncController.cpp (.../CloudSyncController.cpp) (revision 4947841e8cdd7e72d4fe26e604f7e5061fb86d64) @@ -46,7 +46,7 @@ _init = true; initConnections(); - LOG_DEBUG(tr("%1 Initialized").arg(metaObject()->className())); + LOG_DEBUG(QString("%1 Initialized").arg(metaObject()->className())); return true; } @@ -1275,7 +1275,6 @@ { bool ok = false; if ( _deviceInfoUI.isEmpty() ) { _deviceInfoUI = qApp->applicationVersion(); } - if ( _deviceInfoDG.isEmpty() ) { _deviceInfoDG = "DGNotPresent"; } saveUIHistory(eMessageID_DeviceInfo , { _deviceInfoHD, _deviceInfoDG, _deviceInfoUI } ); saveUIHistory(eMessageID_DeviceRegister , { _deviceInfoHD, _deviceInfoDG, _deviceInfoUI } ); // the device registration request format is the same as Device info with different message id.