1
0
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:
Fredrik Larson 2014-09-02 12:31:19 +10:00
parent c56980e54e
commit f21a31cdbe

View File

@ -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; }