Browse Source

APMCameraComponent.cc: disable summary.qml until parameters are updated:

Current Parameters it references are outdated, and gimbal control is changing
right now in QGC so it is better to disable it for the moment
QGC4.4
davidsastresas 1 year ago committed by Julian Oes
parent
commit
3b4fedf3d4
No known key found for this signature in database
GPG Key ID: F0ED380FEA56DE41
  1. 2
      src/AutoPilotPlugins/APM/APMCameraComponent.cc

2
src/AutoPilotPlugins/APM/APMCameraComponent.cc

@ -62,5 +62,5 @@ QUrl APMCameraComponent::setupSource(void) const @@ -62,5 +62,5 @@ QUrl APMCameraComponent::setupSource(void) const
QUrl APMCameraComponent::summaryQmlSource(void) const
{
return QUrl::fromUserInput(QStringLiteral("qrc:/qml/APMCameraComponentSummary.qml"));
return QUrl();
}

Loading…
Cancel
Save