Add the first call to registerApplicationState

This will be used to set the 'default' state. The other
two possible states right now are plan and add; those will
be created right next.

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 16:23:30 -02:00 committed by Dirk Hohndel
parent 9e3bff6b7c
commit 7d48c1fc26
4 changed files with 15 additions and 4 deletions

View file

@ -40,7 +40,7 @@ public:
IGNORE
};
MainTab(QWidget *parent);
MainTab(QWidget *parent = 0);
~MainTab();
void clearStats();
void clearInfo();