mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +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
|
||||
public:
|
||||
SelectionItem(QString name, QString description, QString shapeId, int id);
|
||||
~SelectionItem();
|
||||
// ~SelectionItem();
|
||||
|
||||
QString name() { return m_name; }
|
||||
QString description() { return m_description; }
|
||||
|
Loading…
Reference in New Issue
Block a user