diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-01-16 16:06:14 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-17 08:04:08 +1300 |
commit | 48a23b9b3ceb7cd6b9de0e2faad8845e6cdaf692 (patch) | |
tree | 3931e4d35a7383427b9b43e25cc7346000e3f20f /qt-ui/profile/divetooltipitem.h | |
parent | deafa40d34f2a4c86a51aed6eb57c542356387db (diff) | |
download | subsurface-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.h | 2 |
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; |