diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-07 23:00:05 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-08 14:18:27 -0700 |
commit | 76e1436f684117766c5132c4ab69bf7ae50cd2ed (patch) | |
tree | 4fe152f164e5af1a9e605d13d4ace70526470117 /qt-ui/profilegraphics.h | |
parent | b5d5b05140eac7a8031cdb15e7c31f659a6f2da6 (diff) | |
download | subsurface-76e1436f684117766c5132c4ab69bf7ae50cd2ed.tar.gz |
Better design for the ToolTip Handler.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/profilegraphics.h')
-rw-r--r-- | qt-ui/profilegraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profilegraphics.h b/qt-ui/profilegraphics.h index c1668692d..1c9238bee 100644 --- a/qt-ui/profilegraphics.h +++ b/qt-ui/profilegraphics.h @@ -59,7 +59,7 @@ public Q_SLOTS: private: typedef QPair<QGraphicsPixmapItem*, QGraphicsSimpleTextItem*> ToolTip; QMap<QString, ToolTip > toolTips; - QGraphicsRectItem *background; + QGraphicsPathItem *background; QGraphicsLineItem *separator; QGraphicsSimpleTextItem *title; |