Planner: show the plan notes in the new widget

That was easy.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-05-31 21:14:44 -07:00
parent e93bf1e559
commit 6333f3aa35
3 changed files with 7 additions and 0 deletions

View file

@ -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())