diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-03-09 10:59:31 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-09 08:50:54 -0700 |
commit | 24c5b2e3c1bda349c208a94cf8c17fa17af971db (patch) | |
tree | c54f66a6d36d3d43d74b84e9119fc4c507a36b7e /qt-ui/profile/profilewidget2.h | |
parent | b6bbfdcc5f1d90d00ccc0244e5e9792558d25abd (diff) | |
download | subsurface-24c5b2e3c1bda349c208a94cf8c17fa17af971db.tar.gz |
Code Cleanup ( that fix 2 bugs )
This code cleanup fixes the two issues that I raised on
my last e-mail. hurrah.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.h')
-rw-r--r-- | qt-ui/profile/profilewidget2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h index c22d2b151..5d4e98dfc 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -64,6 +64,7 @@ public: ProfileWidget2(QWidget *parent = 0); void plotDives(QList<dive *> dives); + void replot(); virtual bool eventFilter(QObject *, QEvent *); void setupItem(AbstractProfilePolygonItem *item, DiveCartesianAxis *hAxis, DiveCartesianAxis *vAxis, DivePlotDataModel *model, int vData, int hData, int zValue); |