diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-05-23 22:25:49 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-24 07:34:32 -0700 |
commit | 93f35971c634d6badea8df3124062a4ad7c919f0 (patch) | |
tree | f7925f217588688fb698420e759697cebb2535b2 /qt-ui/diveplanner.h | |
parent | f67693b2e0dc8dc8e89a44b2db17fc1f6bc64931 (diff) | |
download | subsurface-93f35971c634d6badea8df3124062a4ad7c919f0.tar.gz |
Remove the depth / time increase and decrease functions.
The new profile code handles the resizing of the profile area in order to
accomodate the depth and time of the dive much more intuitively - the old
manual buttons to do so are no longer needed.
This also removes a few other unused methods.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index 524c95f55..e5bdcaa04 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -160,9 +160,6 @@ protected: virtual void showEvent(QShowEvent *event); virtual void resizeEvent(QResizeEvent *event); qreal fromPercent(qreal percent, Qt::Orientation orientation); -public -slots: - void settingsChanged(); private slots: void keyEscAction(); @@ -171,11 +168,6 @@ slots: void keyDownAction(); void keyLeftAction(); void keyRightAction(); - void increaseTime(); - void increaseDepth(); - void decreaseTime(); - void decreaseDepth(); - void drawProfile(); private: void moveActiveHandler(const QPointF &MappedPos, const int pos); |