aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-02-09 20:37:17 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-10 10:45:46 -0800
commit194dd8bd976fc7599b429d31e0b6100e3f9a416f (patch)
treec29dda61f0636a42d772bb10ab0edc3417aff2e7 /qt-ui/mainwindow.h
parent4867ee8ad87399f34a399f30def700b2fc045309 (diff)
downloadsubsurface-194dd8bd976fc7599b429d31e0b6100e3f9a416f.tar.gz
Finish the cleanup of mainwindow.ui
This is the last patch in the series of clearing up the mainwindo.ui. Now to bugfixing. 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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index 2af7f9c9b..40c1ad1aa 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -32,6 +32,8 @@ class UpdateManager;
class UserManual;
class DivePlannerWidget;
class ProfileWidget2;
+class PlannerDetails;
+class PlannerSettingsWidget;
class UndoBuffer;
enum MainWindowTitleFormat {
@@ -68,6 +70,8 @@ public:
DiveListView *dive_list();
GlobeGPS *globe();
DivePlannerWidget *divePlannerWidget();
+ PlannerSettingsWidget *divePlannerSettingsWidget();
+
void showError(QString message);
void setTitle(enum MainWindowTitleFormat format);