diff options
author | Robert C. Helling <helling@atdotde.de> | 2014-12-26 15:09:18 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-10 17:27:24 -0800 |
commit | d01c6c824b1e6114a58ac84f387cd437a2c2ac02 (patch) | |
tree | e705e57e41c7be6a585d8df126d40c59746378ed /qt-ui/diveplanner.h | |
parent | ac2c15e8cf882fa51220ca51f856c5e252979ff8 (diff) | |
download | subsurface-d01c6c824b1e6114a58ac84f387cd437a2c2ac02.tar.gz |
Rebreather type selector UI
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index bca0deb78..6ff4d0f50 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -90,6 +90,7 @@ slots: void deleteTemporaryPlan(); void loadFromDive(dive *d); void emitDataChanged(); + void setRebreatherMode(QString mode); signals: void planCreated(); |