summaryrefslogtreecommitdiffstats
path: root/qt-ui/profilegraphics.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-05-10 14:18:33 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-10 10:49:00 -0700
commit56c4cced536b8b1bb7282f263deb24640632e884 (patch)
treea4658b7ca23fa5255db2e459407d2d6653d9757a /qt-ui/profilegraphics.h
parent1fec7d849c69e7e6cca71c268e9331a4a52ad6e8 (diff)
downloadsubsurface-56c4cced536b8b1bb7282f263deb24640632e884.tar.gz
Fixed loading the first dive via command line on the profile.
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 cd87276e3..7cf88cbc3 100644
--- a/qt-ui/profilegraphics.h
+++ b/qt-ui/profilegraphics.h
@@ -69,6 +69,7 @@ protected:
void resizeEvent(QResizeEvent *event);
void mouseMoveEvent(QMouseEvent* event);
void wheelEvent(QWheelEvent* event);
+ void showEvent(QShowEvent* event);
private:
void plot_depth_profile();