Index: sources/DryDemoStates.h =================================================================== diff -u -rc8da96049610870d3a8c9c00edc04f80ae62085f -r6abfb957108b171a8a5ab6770ad9b463235c210b --- sources/DryDemoStates.h (.../DryDemoStates.h) (revision c8da96049610870d3a8c9c00edc04f80ae62085f) +++ sources/DryDemoStates.h (.../DryDemoStates.h) (revision 6abfb957108b171a8a5ab6770ad9b463235c210b) @@ -6,12 +6,15 @@ #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);