Add print button to planner

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-06-03 10:06:18 +02:00 committed by Dirk Hohndel
parent 2785d7bc3e
commit 6699e3ab3e
5 changed files with 34 additions and 7 deletions

View file

@ -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;