@ -361,6 +361,7 @@ void QGCApplication::_initCommon(void)
qmlRegisterUncreatableType < ParameterManager > ( " QGroundControl.Vehicle " , 1 , 0 , " ParameterManager " , " Reference only " ) ;
qmlRegisterUncreatableType < ParameterManager > ( " QGroundControl.Vehicle " , 1 , 0 , " ParameterManager " , " Reference only " ) ;
qmlRegisterUncreatableType < QGCCameraManager > ( " QGroundControl.Vehicle " , 1 , 0 , " QGCCameraManager " , " Reference only " ) ;
qmlRegisterUncreatableType < QGCCameraManager > ( " QGroundControl.Vehicle " , 1 , 0 , " QGCCameraManager " , " Reference only " ) ;
qmlRegisterUncreatableType < QGCCameraControl > ( " QGroundControl.Vehicle " , 1 , 0 , " QGCCameraControl " , " Reference only " ) ;
qmlRegisterUncreatableType < QGCCameraControl > ( " QGroundControl.Vehicle " , 1 , 0 , " QGCCameraControl " , " Reference only " ) ;
qmlRegisterUncreatableType < AirMapController > ( " QGroundControl.Vehicle " , 1 , 0 , " AirMapController " , " Reference only " ) ;
qmlRegisterUncreatableType < JoystickManager > ( " QGroundControl.JoystickManager " , 1 , 0 , " JoystickManager " , " Reference only " ) ;
qmlRegisterUncreatableType < JoystickManager > ( " QGroundControl.JoystickManager " , 1 , 0 , " JoystickManager " , " Reference only " ) ;
qmlRegisterUncreatableType < Joystick > ( " QGroundControl.JoystickManager " , 1 , 0 , " Joystick " , " Reference only " ) ;
qmlRegisterUncreatableType < Joystick > ( " QGroundControl.JoystickManager " , 1 , 0 , " Joystick " , " Reference only " ) ;
qmlRegisterUncreatableType < QGCPositionManager > ( " QGroundControl.QGCPositionManager " , 1 , 0 , " QGCPositionManager " , " Reference only " ) ;
qmlRegisterUncreatableType < QGCPositionManager > ( " QGroundControl.QGCPositionManager " , 1 , 0 , " QGCPositionManager " , " Reference only " ) ;
@ -380,7 +381,6 @@ void QGCApplication::_initCommon(void)
qmlRegisterType < JoystickConfigController > ( " QGroundControl.Controllers " , 1 , 0 , " JoystickConfigController " ) ;
qmlRegisterType < JoystickConfigController > ( " QGroundControl.Controllers " , 1 , 0 , " JoystickConfigController " ) ;
qmlRegisterType < LogDownloadController > ( " QGroundControl.Controllers " , 1 , 0 , " LogDownloadController " ) ;
qmlRegisterType < LogDownloadController > ( " QGroundControl.Controllers " , 1 , 0 , " LogDownloadController " ) ;
qmlRegisterType < SyslinkComponentController > ( " QGroundControl.Controllers " , 1 , 0 , " SyslinkComponentController " ) ;
qmlRegisterType < SyslinkComponentController > ( " QGroundControl.Controllers " , 1 , 0 , " SyslinkComponentController " ) ;
qmlRegisterType < AirMapController > ( " QGroundControl.Controllers " , 1 , 0 , " AirMapController " ) ;
# ifndef __mobile__
# ifndef __mobile__
qmlRegisterType < ViewWidgetController > ( " QGroundControl.Controllers " , 1 , 0 , " ViewWidgetController " ) ;
qmlRegisterType < ViewWidgetController > ( " QGroundControl.Controllers " , 1 , 0 , " ViewWidgetController " ) ;
qmlRegisterType < CustomCommandWidgetController > ( " QGroundControl.Controllers " , 1 , 0 , " CustomCommandWidgetController " ) ;
qmlRegisterType < CustomCommandWidgetController > ( " QGroundControl.Controllers " , 1 , 0 , " CustomCommandWidgetController " ) ;