diff options
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 6a5f95921..9bed1d05f 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -72,7 +72,7 @@ public: DivePlannerWidget *divePlannerWidget(); PlannerSettingsWidget *divePlannerSettingsWidget(); LocationInformationWidget *locationInformationWidget(); - void setTitle(enum MainWindowTitleFormat format); + void setTitle(enum MainWindowTitleFormat format = MWTF_FILENAME); // Some shortcuts like "change DC" or "copy/paste dive components" // should only be enabled when the profile's visible. |