Index: drydemo.pro =================================================================== diff -u -rc0b30f1fa82d0121706351057ab52b3bb1141459 -rc8da96049610870d3a8c9c00edc04f80ae62085f --- drydemo.pro (.../drydemo.pro) (revision c0b30f1fa82d0121706351057ab52b3bb1141459) +++ drydemo.pro (.../drydemo.pro) (revision c8da96049610870d3a8c9c00edc04f80ae62085f) @@ -71,6 +71,8 @@ sources/storage/Settings.h \ \ # sources/storage/TreatmentLog.h # TODO is this needed? \ # ---------- Models ---------- + \ # ---------- States ---------- + sources/DryDemoStates.h \ \ # sources/model/MModel.h # TODO is this needed? sources/model/MAbstract.h \ # TODO is this needed? \ # sources/model/MAbstractDynamic.h # TODO is this needed? @@ -145,7 +147,9 @@ \ # Controllers sources/ApplicationController.cpp \ sources/storage/Settings.cpp \ + \ # ---------- States ---------- \ # ---------- Models ---------- + sources/DryDemoStates.cpp \ sources/model/MAbstract.cpp \ \ # ---------- Models - CONFIRM \ # ---------- Models - POST @@ -237,4 +241,4 @@ ui_build_history.log STATECHARTS += \ - drydemostates.scxml + drydemoxmlstates.scxml