#pragma once #include #include "MessageGlobals.h" #include "drydemoxmlstates.h" // TODO maybe the DryDemoStates in the scxml not needed? //#define _dryDemoStates DryDemoStates::I() class DryDemoStates : public drydemoXMLstates { Q_OBJECT //SINGLETON(DryDemoStates) public: DryDemoStates(drydemoXMLstates *parent = nullptr); public slots: void onMsgReceived(QString msg); };