showAppMessage(tr("Parameters are missing from firmware. You may be running a version of firmware QGC does not work correctly with or your firmware has a bug in it. Missing params: %1").arg(params));
showAppMessage(tr("Parameters are missing from firmware. You may be running a version of firmware which is not fully supported or your firmware has a bug in it. Missing params: %1").arg(params));
QMetaObject::invokeMethod(_rootQmlObject(),"showMessageDialog",Q_RETURN_ARG(QVariant,varReturn),Q_ARG(QVariant,dialogTitle)/* No title */,Q_ARG(QVariant,varMessage));
qgcApp()->showAppMessage(tr("Instrument Values"),tr("The support for custom instrument values display has changed. Because of this the display will be reset to the new default setup. You will need to modify it again to suit your needs."));
qgcApp()->showAppMessage(tr("The support for custom instrument value display has changed. The display will be reset to the new default setup. You will need to modify it again to suit your needs."),tr("Instrument Values"));