diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-12-30 21:10:21 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-30 16:12:28 -0800 |
commit | 146030f805ab80d56282996ad830e1583fa9679c (patch) | |
tree | 5f4a1e5853c5a1366f140870a20e38ee2f4831df /qt-ui/profile/profilewidget2.cpp | |
parent | 2839aed8f282f409779f93fed2d899299f2a06d8 (diff) | |
download | subsurface-146030f805ab80d56282996ad830e1583fa9679c.tar.gz |
Add skeleton for the instant mean depth line
This class will hold the visible line of the mean depth for the time 'now'
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.cpp')
-rw-r--r-- | qt-ui/profile/profilewidget2.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp index d631e3cc1..ba71a9fba 100644 --- a/qt-ui/profile/profilewidget2.cpp +++ b/qt-ui/profile/profilewidget2.cpp @@ -836,8 +836,6 @@ void ProfileWidget2::mouseMoveEvent(QMouseEvent *event) && timeAxis->minimum() <= hValue){ mouseFollowerVertical->setPos(pos.x(), profileYAxis->line().y1()); } - - } bool ProfileWidget2::eventFilter(QObject *object, QEvent *event) |