summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/divetooltipitem.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-01-16 16:06:14 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-17 08:04:08 +1300
commit48a23b9b3ceb7cd6b9de0e2faad8845e6cdaf692 (patch)
tree3931e4d35a7383427b9b43e25cc7346000e3f20f /qt-ui/profile/divetooltipitem.h
parentdeafa40d34f2a4c86a51aed6eb57c542356387db (diff)
downloadsubsurface-48a23b9b3ceb7cd6b9de0e2faad8845e6cdaf692.tar.gz
Remove the background and the separator
Those items were used to fake the background of the path item but since the rectangle can be painted with a border and a fill, this is uneeded. The rect is still ugly. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/divetooltipitem.h')
-rw-r--r--qt-ui/profile/divetooltipitem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/profile/divetooltipitem.h b/qt-ui/profile/divetooltipitem.h
index 7ac9d8652..a383fecb3 100644
--- a/qt-ui/profile/divetooltipitem.h
+++ b/qt-ui/profile/divetooltipitem.h
@@ -51,8 +51,6 @@ private:
typedef QPair<QGraphicsPixmapItem *, QGraphicsSimpleTextItem *> ToolTip;
QVector<ToolTip> toolTips;
ToolTip entryToolTip;
- QGraphicsPathItem *background;
- QGraphicsLineItem *separator;
QGraphicsSimpleTextItem *title;
Status status;
QRectF rectangle;