diff options
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r-- | qt-ui/mainwindow.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index 910580e06..dad8e4706 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -415,6 +415,11 @@ void MainWindow::planCreated() refreshDisplay(); } +void MainWindow::setPlanNotes(const char *notes) +{ + ui.divePlanOutput->setText(notes); +} + void MainWindow::on_actionDivePlanner_triggered() { if(!plannerStateClean()) |