mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
f67693b2e0
commit
93f35971c6
2 changed files with 0 additions and 88 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue