diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-11-19 23:37:45 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-19 17:58:18 -0800 |
commit | e8d1f14c90701077d6edc645ad575632fcf29a78 (patch) | |
tree | 28518cf9a8f0e38bfd55c8d12156329c08f09f23 /qt-ui/profilegraphics.h | |
parent | 4c2e6c4658df4d52cf097a3d426a01aaae2b71db (diff) | |
download | subsurface-e8d1f14c90701077d6edc645ad575632fcf29a78.tar.gz |
Enable the 'Remove Event' callback.
Based on the code in the Gtk branch.
[Dirk Hohndel: whitespace cleanup and changed the message text]
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profilegraphics.h')
-rw-r--r-- | qt-ui/profilegraphics.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-ui/profilegraphics.h b/qt-ui/profilegraphics.h index 5970ca829..059b66785 100644 --- a/qt-ui/profilegraphics.h +++ b/qt-ui/profilegraphics.h @@ -100,7 +100,8 @@ private: class EventItem : public QGraphicsPolygonItem { public: - explicit EventItem(QGraphicsItem* parent = 0, bool grayscale = FALSE); + explicit EventItem(struct event *ev, QGraphicsItem* parent = 0, bool grayscale = FALSE); + struct event* ev; private: ToolTipItem *controller; |