aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-02-09 19:19:10 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-10 10:45:45 -0800
commit2992d78f83ce121b5a34a566026c6068416c2557 (patch)
tree932719db93b8765c7f662441c959f3f79e73738c /qt-ui/mainwindow.h
parent238c0573da906bec51d10dce59665c7442641fd8 (diff)
downloadsubsurface-2992d78f83ce121b5a34a566026c6068416c2557.tar.gz
Remove the PlannerWidget from mainwindow.ui
Now it uses the states on the mainwindow.cpp and it's finally starting to be worth the hassle of reworking the UI. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index 6179a9732..c3eb18a29 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -30,6 +30,7 @@ class QWebView;
class QSettings;
class UpdateManager;
class UserManual;
+class DivePlannerWidget;
class UndoBuffer;
enum MainWindowTitleFormat {
@@ -65,6 +66,7 @@ public:
void removeRecentFile(QStringList failedFiles);
DiveListView *dive_list();
GlobeGPS *globe();
+ DivePlannerWidget *divePlannerWidget();
void showError(QString message);
void setTitle(enum MainWindowTitleFormat format);