Commit 430d5473 authored by Don Gagne's avatar Don Gagne
Browse files

Fix compiler warning

parent 8ce31541
......@@ -81,8 +81,8 @@ AirframeComponentController::AirframeComponentController(QObject* parent) :
}
// FIXME: Should be a user error
Q_UNUSED(autostartFound);
Q_ASSERT(autostartFound);
}
AirframeComponentController::~AirframeComponentController()
......
Supports Markdown
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