1
0
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:
PT_Dreamer 2012-07-30 14:53:57 +01:00
parent c6088b5417
commit bb66dc9535

View File

@ -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>();