Distinguish between entered and calculated waypoints

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2014-03-12 16:49:42 +01:00 committed by Dirk Hohndel
parent 7902af246c
commit 30bdfc8160
5 changed files with 23 additions and 16 deletions

View file

@ -78,7 +78,7 @@ MainWindow::MainWindow() : QMainWindow(),
ui.divePlannerWidget->settingsChanged();
#ifndef ENABLE_PLANNER
ui.menuLog->removeAction(ui.actionDivePlanner);
// ui.menuLog->removeAction(ui.actionDivePlanner);
#endif
}