Index: sources/device/DeviceController.h =================================================================== diff -u -r15dffa44e42fe108caa6dd0dfbe659b192ee5323 -r6ccee3fdf50b4717096745fb5b3f5ecc91b9cd1b --- sources/device/DeviceController.h (.../DeviceController.h) (revision 15dffa44e42fe108caa6dd0dfbe659b192ee5323) +++ sources/device/DeviceController.h (.../DeviceController.h) (revision 6ccee3fdf50b4717096745fb5b3f5ecc91b9cd1b) @@ -62,8 +62,12 @@ this , SLOT(onFinish (int))); } void start() { +#ifdef BUILD_FOR_DESKTOP + qDebug() << "DeviceController.TimedProcess: " << _timeout << _command << _arguments; +#else _pid = startTimer(_timeout); _process->start(_command, _arguments); +#endif } protected: