Browse Source

PX4 PowerComponent add missing override

QGC4.4
Daniel Agar 7 years ago
parent
commit
0507fb9bdb
  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;
virtual QStringList setupCompleteChangedTriggerList(void) const override;
// Overrides from VehicleComponent
QString name (void) const override;

Loading…
Cancel
Save