1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

OP-1354 Missing WaypointActive

This commit is contained in:
Laurent Lalanne 2014-06-21 13:20:09 +02:00
parent 7e62aa4161
commit 56e3b43e9f

View File

@ -65,7 +65,8 @@ PfdQmlGadgetWidget::PfdQmlGadgetWidget(QWindow *parent) :
"FlightBatteryState" <<
"ActuatorDesired" <<
"TakeOffLocation" <<
"PathPlan";
"PathPlan" <<
"WaypointActive";
ExtensionSystem::PluginManager *pm = ExtensionSystem::PluginManager::instance();
UAVObjectManager *objManager = pm->getObject<UAVObjectManager>();