Index: sources/ApplicationController.cpp =================================================================== diff -u -rc8da96049610870d3a8c9c00edc04f80ae62085f -r6abfb957108b171a8a5ab6770ad9b463235c210b --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision c8da96049610870d3a8c9c00edc04f80ae62085f) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 6abfb957108b171a8a5ab6770ad9b463235c210b) @@ -112,8 +112,8 @@ connect(&_settingsWatcher, SIGNAL(finished ()), this , SLOT(onSettingsUpdate())); - connect(this , SIGNAL(isUnhandledMsgReady(QString)), - &_dryDemoStates, SLOT(onMsgReceived(QString))); + connect(this , SIGNAL(isUnhandledMsgReady(QString)), + &_dryDemoStates, SLOT(onMsgReceived(QString))); } /*!