diff options
author | Robert C. Helling <helling@atdotde.de> | 2014-06-03 10:06:18 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-03 07:23:43 -0700 |
commit | 6699e3ab3e3f617d5080720733df85cb6a9e2296 (patch) | |
tree | f5ecd9491f29d6dc5451240410dc7a33adbd5a0d /qt-ui/diveplanner.h | |
parent | 2785d7bc3eaaf9a2015dc2d281d7bf6136edc2c4 (diff) | |
download | subsurface-6699e3ab3e3f617d5080720733df85cb6a9e2296.tar.gz |
Add print button to planner
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 f96094059..fabf2e683 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -136,6 +136,7 @@ slots: void atmPressureChanged(const QString &pressure); void bottomSacChanged(const QString &bottomSac); void decoSacChanged(const QString &decosac); + void printDecoPlan(); private: Ui::DivePlanner ui; |