Browse Source

Merge pull request #6283 from mavlink/revert-6280-pr-master_fix

Revert "PX4 PowerComponent add missing override"
QGC4.4
Don Gagne 7 years ago committed by GitHub
parent
commit
d2a1bb6f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/AutoPilotPlugins/PX4/PowerComponent.h

2
src/AutoPilotPlugins/PX4/PowerComponent.h

@ -25,7 +25,7 @@ public: @@ -25,7 +25,7 @@ public:
PowerComponent(Vehicle* vehicle, AutoPilotPlugin* autopilot, QObject* parent = NULL);
// Overrides from VehicleComponent
virtual QStringList setupCompleteChangedTriggerList(void) const override;
virtual QStringList setupCompleteChangedTriggerList(void) const;
// Overrides from VehicleComponent
QString name (void) const override;

Loading…
Cancel
Save