diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-02-09 16:23:30 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-10 10:45:44 -0800 |
commit | 7d48c1fc267d44a5dede4bfdcf4e295e1fcf3227 (patch) | |
tree | 21bd66b6fb062b7491a87a7f8d3b839ec06e008c /qt-ui/maintab.h | |
parent | 9e3bff6b7c140023606445f04e20aec9cb613381 (diff) | |
download | subsurface-7d48c1fc267d44a5dede4bfdcf4e295e1fcf3227.tar.gz |
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>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index 71703e3f1..a279baf7a 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -40,7 +40,7 @@ public: IGNORE }; - MainTab(QWidget *parent); + MainTab(QWidget *parent = 0); ~MainTab(); void clearStats(); void clearInfo(); |