mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
GCS- Made the importexport dialog close when GCS closes.
This commit is contained in:
parent
c6088b5417
commit
bb66dc9535
@ -133,7 +133,7 @@ void UAVSettingsImportExportFactory::importUAVSettings()
|
||||
|
||||
// We are now ok: setup the import summary dialog & update it as we
|
||||
// go along.
|
||||
ImportSummaryDialog swui;
|
||||
ImportSummaryDialog swui((QWidget*)Core::ICore::instance()->mainWindow());
|
||||
|
||||
ExtensionSystem::PluginManager *pm = ExtensionSystem::PluginManager::instance();
|
||||
UAVObjectManager *objManager = pm->getObject<UAVObjectManager>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user