diff options
author | Anton Lundin <glance@acc.umu.se> | 2013-11-14 19:55:35 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-15 08:59:46 +0900 |
commit | 419e425030914b104955a31b87451ac37b588030 (patch) | |
tree | 1e53eba9da232514e1c3a09510b89636c9840e29 /qt-ui/diveplanner.h | |
parent | 83426c59e12fdfeb29b793e47c078e4dbd633b10 (diff) | |
download | subsurface-419e425030914b104955a31b87451ac37b588030.tar.gz |
Remove some unneeded member functions
We can wire qt to call the right functions directly, so we don't need
these members.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index e59fd556c..139c3abb8 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -223,11 +223,9 @@ public: explicit DivePlannerWidget(QWidget* parent = 0, Qt::WindowFlags f = 0); public slots: - void startTimeChanged(const QTime& time); void atmPressureChanged(const QString& pressure); void bottomSacChanged(const QString& bottomSac); void decoSacChanged(const QString& decosac); - void lastStopChanged(bool checked); private: Ui::DivePlanner ui; }; |