diff options
| author | 2013-05-08 16:21:49 -0300 | |
|---|---|---|
| committer | 2013-05-08 14:18:27 -0700 | |
| commit | ce8d30b938b80c334eb0869650c3c463084ae018 (patch) | |
| tree | d31e411419eb2c4259d516891364364ce2d6c30d /qt-ui/profilegraphics.h | |
| parent | 2089c124a582ac95c4e9adb9362446572ff791f7 (diff) | |
| download | subsurface-ce8d30b938b80c334eb0869650c3c463084ae018.tar.gz | |
Make tooltips works
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 ca1eb8983..d607e2615 100644 --- a/qt-ui/profilegraphics.h +++ b/qt-ui/profilegraphics.h @@ -87,6 +87,7 @@ public: protected: void resizeEvent(QResizeEvent *event); + void mouseMoveEvent(QMouseEvent* event); private: void plot_depth_profile(struct graphics_context *gc, struct plot_info *pi); |