Index: sources/device/DeviceController.h =================================================================== diff -u -r265ce7409a0ea99a4ae059f5ce7978c9cdb10631 -ra5c75192af33a9284e4b4886df0c337ba6fcc9f9 --- sources/device/DeviceController.h (.../DeviceController.h) (revision 265ce7409a0ea99a4ae059f5ce7978c9cdb10631) +++ sources/device/DeviceController.h (.../DeviceController.h) (revision a5c75192af33a9284e4b4886df0c337ba6fcc9f9) @@ -21,7 +21,6 @@ // Project #include "main.h" // Doxygen : do not remove -#include "Threads.h" #include "DeviceGlobals.h" #include "DeviceModels.h" #include "DeviceError.h" @@ -63,7 +62,7 @@ } void start() { _id = startTimer(_timeout); - _process->start(_command); + _process->start(_command, QStringList()); } protected: