Index: sources/device/DeviceController.h =================================================================== diff -u -r5687815256ae070a9a207107088e3f72dd464da0 -r0932b2beee9cc169291cbf69161f902f805237b1 --- sources/device/DeviceController.h (.../DeviceController.h) (revision 5687815256ae070a9a207107088e3f72dd464da0) +++ sources/device/DeviceController.h (.../DeviceController.h) (revision 0932b2beee9cc169291cbf69161f902f805237b1) @@ -154,7 +154,7 @@ this , SLOT(onFinish (int))); } void start() { -#ifdef BUILD_FOR_DESKTOP +#ifndef BUILD_FOR_DESKTOP //FIXME : Revert this back to the #ifdef and remove the #if(n)def to avoid executing the shell scripts on VM. qDebug() << "DeviceController.TimedProcess: " << _timeout << _command << _arguments; QFileInfo fileInfo(_command); QString path = fileInfo.absolutePath(); @@ -442,6 +442,9 @@ void usbSpaceCheck(); void settingsPartitionSpaceCheck(); + // ----- WiFi + void wifiListRequest(); + SAFE_CALL_EX2(doAddWatch, const QString &, bool) }; }