Create the method that changes the state of the application

Not used yet. The idea is to call 'setApplicationState("plan");'
and all widgegts for plan will be magically setup because we
added the plan state with registerApplicationState.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-02-09 17:10:08 -02:00 committed by Dirk Hohndel
parent 93198a8098
commit 57e938d040
2 changed files with 24 additions and 0 deletions

View file

@ -83,6 +83,7 @@ public:
void setPlanNotes(const char *notes);
void printPlan();
void checkSurvey(QSettings *s);
void setApplicationState(const QByteArray& state);
UndoBuffer *undoBuffer;
private
slots: