Commit 92af88b4 authored by Don Gagne's avatar Don Gagne

Fix linux release build

parent 7e9c2bef
...@@ -77,6 +77,7 @@ QGCHilFlightGearConfiguration::QGCHilFlightGearConfiguration(UAS* mav, QWidget * ...@@ -77,6 +77,7 @@ QGCHilFlightGearConfiguration::QGCHilFlightGearConfiguration(UAS* mav, QWidget *
Q_ASSERT(success); Q_ASSERT(success);
success = connect(_ui.optionsPlainTextEdit, SIGNAL(customContextMenuRequested(const QPoint&)), this, SLOT(_showContextMenu(const QPoint &))); success = connect(_ui.optionsPlainTextEdit, SIGNAL(customContextMenuRequested(const QPoint&)), this, SLOT(_showContextMenu(const QPoint &)));
Q_ASSERT(success); Q_ASSERT(success);
Q_UNUSED(success); // Silence release build unused variable warning
} }
QGCHilFlightGearConfiguration::~QGCHilFlightGearConfiguration() QGCHilFlightGearConfiguration::~QGCHilFlightGearConfiguration()
......
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