summaryrefslogtreecommitdiffstats
path: root/qt-ui/profilegraphics.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-06-10 19:35:22 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-06-10 21:00:30 -0700
commit72d0030509c4a335c263bed0151cf5366cf807ac (patch)
tree41382e410e5eeec80003d00559cffa5c254a638a /qt-ui/profilegraphics.h
parent939246acda95807bca2ed5ce536a0aae2ea8586c (diff)
downloadsubsurface-72d0030509c4a335c263bed0151cf5366cf807ac.tar.gz
Added a slot to set the full time of the dive plan
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/profilegraphics.h')
-rw-r--r--qt-ui/profilegraphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profilegraphics.h b/qt-ui/profilegraphics.h
index c0326ccfa..1722e2cc3 100644
--- a/qt-ui/profilegraphics.h
+++ b/qt-ui/profilegraphics.h
@@ -100,6 +100,7 @@ protected:
public Q_SLOTS:
void refresh();
+ void edit_dive_time(const QString& time);
private:
void plot_depth_profile();