Commit f9186dcc authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: make a destructor as virtual

parent a102d147
...@@ -58,7 +58,7 @@ class PLItem : public AbstractPLItem ...@@ -58,7 +58,7 @@ class PLItem : public AbstractPLItem
friend class PLModel; friend class PLModel;
public: public:
~PLItem(); virtual ~PLItem();
bool hasSameParent( PLItem *other ) { return parent() == other->parent(); } bool hasSameParent( PLItem *other ) { return parent() == other->parent(); }
bool operator< ( PLItem& ); bool operator< ( PLItem& );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment