Index: sources/device/DeviceController.cpp =================================================================== diff -u -r9ae3b0d6624904693329309aaf8ff02784c17184 -re60d099fd4fbada632a974b9fc95d4d2c9652b1a --- sources/device/DeviceController.cpp (.../DeviceController.cpp) (revision 9ae3b0d6624904693329309aaf8ff02784c17184) +++ sources/device/DeviceController.cpp (.../DeviceController.cpp) (revision e60d099fd4fbada632a974b9fc95d4d2c9652b1a) @@ -115,8 +115,8 @@ connect(this , SIGNAL(didScreenshot(const QImage &, const QString &)), this , SLOT( onScreenshot(const QImage &, const QString &))); - connect(&_fileSystemWatcher , SIGNAL( fileChanged(QString)), - this , SLOT( onWatchFileChanged(QString))); + connect(&_fileSystemWatcher , SIGNAL( fileChanged(const QString &)), + this , SLOT( onWatchFileChanged(const QString &))); DEVICE_DEV_INIT_CONNECTIONS_LIST