diff options
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/mainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index f1a27a11a..a993667f9 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -56,11 +56,11 @@ MainWindow::MainWindow() : QMainWindow(), PlannerSettingsWidget *plannerSettings = new PlannerSettingsWidget(); DivePlannerWidget *plannerWidget = new DivePlannerWidget(); - //DivePlannerDetails *plannerDetails = new DivePlannerDetails(); + PlannerDetails *plannerDetails = new PlannerDetails(); registerApplicationState("Default", mainTab, diveListView, profileWidget, globe ); registerApplicationState("AddDive", mainTab, diveListView, profileWidget, globe ); - registerApplicationState("PlanDive", plannerWidget, plannerSettings, profileWidget, globe ); + registerApplicationState("PlanDive", plannerWidget, plannerSettings, profileWidget, plannerDetails ); ui.multiFilter->hide(); // what is a sane order for those icons? we should have the ones the user is |