Commit 113f7835 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: AbtractPLItem: missing vtable entry for destructor (fix #8485)

parent ff0eb80a
......@@ -37,6 +37,9 @@ class AbstractPLItem
friend class PLModel;
friend class MLModel;
public:
virtual ~AbstractPLItem() {}
protected:
virtual int id() const = 0;
int childCount() const { return children.count(); }
......
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