Browse Source

Revert "PX4 PowerComponent add missing override"

This reverts commit 0507fb9bdb.
QGC4.4
Don Gagne 7 years ago committed by GitHub
parent
commit
8ddc18b9da
  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