summaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-09-18 22:19:49 -0500
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-09-18 22:19:49 -0500
commit4141c68450bfceab8464aa1297d68a8258538ddd (patch)
tree5b74ab17dbff65d0ee97847e789bfe6d958787f0 /qt-ui/diveplanner.h
parent882b2c146b2dfc164c1dd2fadf606e92c77addd8 (diff)
downloadsubsurface-4141c68450bfceab8464aa1297d68a8258538ddd.tar.gz
Rename createDecostops to drawProfile
After all, that's what the function does. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r--qt-ui/diveplanner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h
index 2f7000a6d..016fda332 100644
--- a/qt-ui/diveplanner.h
+++ b/qt-ui/diveplanner.h
@@ -147,7 +147,7 @@ private slots:
void increaseDepth();
void decreaseTime();
void decreaseDepth();;
- void createDecoStops();
+ void drawProfile();
void prepareSelectGas();
void selectGas(const QModelIndex& index);
void pointInserted(const QModelIndex&, int start, int end);