1
0
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:
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
public:
SelectionItem(QString name, QString description, QString shapeId, int id);
~SelectionItem();
// ~SelectionItem();
QString name() { return m_name; }
QString description() { return m_description; }