Unverified Commit 7d371f12 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #8323 from Williangalvani/frameclass

Don't report missing parameter FRAME_CLASS
parents 1200542b 361543af
......@@ -139,7 +139,7 @@ static QString s_findImageResourceRover(int frameClass, int frameType)
}
APMAirframeComponentController::APMAirframeComponentController(void)
: _frameClassFact (getParameterFact(FactSystem::defaultComponentId, QStringLiteral("FRAME_CLASS")))
: _frameClassFact (getParameterFact(FactSystem::defaultComponentId, QStringLiteral("FRAME_CLASS"), false /* reportMissing */))
, _frameTypeFact (getParameterFact(FactSystem::defaultComponentId, QStringLiteral("FRAME_TYPE"), false /* reportMissing */))
, _frameClassModel (new QmlObjectListModel(this))
{
......
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