|
|
|
@ -385,11 +385,11 @@ void QGCApplication::_initCommon(void)
@@ -385,11 +385,11 @@ void QGCApplication::_initCommon(void)
|
|
|
|
|
qmlRegisterType<QGCMobileFileDialogController> ("QGroundControl.Controllers", 1, 0, "QGCMobileFileDialogController"); |
|
|
|
|
qmlRegisterType<RCChannelMonitorController> ("QGroundControl.Controllers", 1, 0, "RCChannelMonitorController"); |
|
|
|
|
qmlRegisterType<JoystickConfigController> ("QGroundControl.Controllers", 1, 0, "JoystickConfigController"); |
|
|
|
|
qmlRegisterType<LogDownloadController> ("QGroundControl.Controllers", 1, 0, "LogDownloadController"); |
|
|
|
|
#ifndef __mobile__ |
|
|
|
|
qmlRegisterType<ViewWidgetController> ("QGroundControl.Controllers", 1, 0, "ViewWidgetController"); |
|
|
|
|
qmlRegisterType<CustomCommandWidgetController> ("QGroundControl.Controllers", 1, 0, "CustomCommandWidgetController"); |
|
|
|
|
qmlRegisterType<FirmwareUpgradeController> ("QGroundControl.Controllers", 1, 0, "FirmwareUpgradeController"); |
|
|
|
|
qmlRegisterType<LogDownloadController> ("QGroundControl.Controllers", 1, 0, "LogDownloadController"); |
|
|
|
|
qmlRegisterType<GeoTagController> ("QGroundControl.Controllers", 1, 0, "GeoTagController"); |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|