mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-01 18:29:16 +01:00
Comment out destructor to fix compile
This commit is contained in:
parent
c56980e54e
commit
f21a31cdbe
@ -42,7 +42,7 @@ class SelectionItem : public QObject {
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
SelectionItem(QString name, QString description, QString shapeId, int id);
|
SelectionItem(QString name, QString description, QString shapeId, int id);
|
||||||
~SelectionItem();
|
// ~SelectionItem();
|
||||||
|
|
||||||
QString name() { return m_name; }
|
QString name() { return m_name; }
|
||||||
QString description() { return m_description; }
|
QString description() { return m_description; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user