Index: sources/ApplicationController.h =================================================================== diff -u -rc8da96049610870d3a8c9c00edc04f80ae62085f -r584874a724b2d3e8c98247d3b0e42d6a34ce9478 --- sources/ApplicationController.h (.../ApplicationController.h) (revision c8da96049610870d3a8c9c00edc04f80ae62085f) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision 584874a724b2d3e8c98247d3b0e42d6a34ce9478) @@ -22,7 +22,6 @@ #include "ApplicationPost.h" #include "MessageGlobals.h" -#include "DryDemoStates.h" #include "MessageInterpreter.h" // define @@ -59,8 +58,6 @@ ApplicationPost _post; // I may need to be put in a concurrent. - DryDemoStates _dryDemoStates; - public: void initSettings(); @@ -69,7 +66,7 @@ bool init(QThread &vThread); void quit(); - void onUnhandledReceived(QString msg); + void doUnhandledMsgAppController(const QVariantList &msg); private: void initConnections(); @@ -145,7 +142,7 @@ */ void didQuitApplication (); - void isUnhandledMsgReady(QString msg); + void didUnhandledMsgAppController(const QVariantList &msg); SAFE_CALL(startPOST) };