diff options
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 4 |
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); |