diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-10 19:35:22 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-06-10 21:00:30 -0700 |
commit | 72d0030509c4a335c263bed0151cf5366cf807ac (patch) | |
tree | 41382e410e5eeec80003d00559cffa5c254a638a /qt-ui/profilegraphics.h | |
parent | 939246acda95807bca2ed5ce536a0aae2ea8586c (diff) | |
download | subsurface-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.h | 1 |
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(); |