diff options
author | 2015-02-09 16:23:30 -0200 | |
---|---|---|
committer | 2015-02-10 10:45:44 -0800 | |
commit | 7d48c1fc267d44a5dede4bfdcf4e295e1fcf3227 (patch) | |
tree | 21bd66b6fb062b7491a87a7f8d3b839ec06e008c /qt-ui/globe.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/globe.h')
-rw-r--r-- | qt-ui/globe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/globe.h b/qt-ui/globe.h index b6a33bbbe..4f9d7c611 100644 --- a/qt-ui/globe.h +++ b/qt-ui/globe.h @@ -19,7 +19,7 @@ class GlobeGPS : public MarbleWidget { Q_OBJECT public: using MarbleWidget::centerOn; - GlobeGPS(QWidget *parent); + GlobeGPS(QWidget *parent = 0); void reload(); void repopulateLabels(); void centerOnCurrentDive(); |