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