diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-05-26 13:28:18 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-26 13:28:18 -0700 |
commit | 9cc8e39d425b7f64c4c5c2a4226ba581550076f6 (patch) | |
tree | c759a26f54e50d46de25f3fa8a6e57c593dede8d /qt-ui/diveplanner.h | |
parent | a61c04bb584311fd7ebe397f5e5f5bd159b18b27 (diff) | |
parent | cf3701bbac2f593c6efe046ba15be55bc1360f5b (diff) | |
download | subsurface-9cc8e39d425b7f64c4c5c2a4226ba581550076f6.tar.gz |
Merge branch 'Planner'
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index 4aa5f0094..781d7c741 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -39,7 +39,7 @@ public: void removeSelectedPoints(const QVector<int> &rows); void setPlanMode(Mode mode); bool isPlanner(); - void createSimpleDive(); + void createSimpleDive(bool planner = false); void clear(); Mode currentMode() const; bool setRecalc(bool recalc); |