diff --git a/src/QGCApplication.cc b/src/QGCApplication.cc index a2a3a14..7992ed0 100644 --- a/src/QGCApplication.cc +++ b/src/QGCApplication.cc @@ -105,6 +105,7 @@ #include "RemoteIDManager.h" #include "CustomAction.h" #include "CustomActionManager.h" +#include "GimbalController.h" #if defined(QGC_ENABLE_PAIRING) #include "PairingManager.h" @@ -467,6 +468,7 @@ void QGCApplication::_initCommon() qmlRegisterUncreatableType (kQGCVehicle, 1, 0, "VehicleLinkManager", kRefOnly); qmlRegisterUncreatableType (kQGCVehicle, 1, 0, "Autotune", kRefOnly); qmlRegisterUncreatableType (kQGCVehicle, 1, 0, "RemoteIDManager", kRefOnly); + qmlRegisterUncreatableType (kQGCVehicle, 1, 0, "GimbalController", kRefOnly); qmlRegisterUncreatableType (kQGCControllers, 1, 0, "MissionController", kRefOnly); qmlRegisterUncreatableType (kQGCControllers, 1, 0, "GeoFenceController", kRefOnly);