diff options
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); |