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>
This commit is contained in:
Tomaz Canabrava 2013-11-19 23:37:45 -02:00 committed by Dirk Hohndel
parent 4c2e6c4658
commit e8d1f14c90
2 changed files with 26 additions and 9 deletions

View file

@ -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;