mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
4c2e6c4658
commit
e8d1f14c90
2 changed files with 26 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue