diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-02-19 16:06:16 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-19 16:06:16 -0800 |
commit | 08490785b2bc9a40a3a65e2ae1b416f0089d629b (patch) | |
tree | 0e9167e28e25b89e2368a3b90c9cb5648ed7d079 /qt-ui/profile/divetooltipitem.h | |
parent | 43997d3b363034e452931494f6567ff959529b62 (diff) | |
download | subsurface-08490785b2bc9a40a3a65e2ae1b416f0089d629b.tar.gz |
Only recalculate the tooltip if time has changed
Small optimization, but seems to make sense.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/divetooltipitem.h')
-rw-r--r-- | qt-ui/profile/divetooltipitem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profile/divetooltipitem.h b/qt-ui/profile/divetooltipitem.h index 860d79310..5deb0001a 100644 --- a/qt-ui/profile/divetooltipitem.h +++ b/qt-ui/profile/divetooltipitem.h @@ -56,6 +56,7 @@ private: QRectF nextRectangle; DiveCartesianAxis *timeAxis; plot_info pInfo; + int lastTime; }; #endif // DIVETOOLTIPITEM_H |