|
|
@ -401,11 +401,11 @@ bool QGCApplication::_initForNormalAppBoot(void) |
|
|
|
// Start the user interface
|
|
|
|
// Start the user interface
|
|
|
|
MainWindow* mainWindow = MainWindow::_create(); |
|
|
|
MainWindow* mainWindow = MainWindow::_create(); |
|
|
|
Q_CHECK_PTR(mainWindow); |
|
|
|
Q_CHECK_PTR(mainWindow); |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
// Now that main window is up check for lost log files
|
|
|
|
// Now that main window is up check for lost log files
|
|
|
|
connect(this, &QGCApplication::checkForLostLogFiles, toolbox()->mavlinkProtocol(), &MAVLinkProtocol::checkForLostLogFiles); |
|
|
|
connect(this, &QGCApplication::checkForLostLogFiles, toolbox()->mavlinkProtocol(), &MAVLinkProtocol::checkForLostLogFiles); |
|
|
|
emit checkForLostLogFiles(); |
|
|
|
emit checkForLostLogFiles(); |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Load known link configurations
|
|
|
|
// Load known link configurations
|
|
|
|
toolbox()->linkManager()->loadLinkConfigurationList(); |
|
|
|
toolbox()->linkManager()->loadLinkConfigurationList(); |
|
|
|