Skip to content
Snippets Groups Projects

UPDATED Autoload process allows CEP loading with already supported extensions in…

Merged Jean-Loup Haberbusch requested to merge bug/component-extension-duplicate into develop
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -219,8 +219,10 @@ bool ExtensionManager::loadExtension(ExtensionManager::ExtensionType type, QStri
}
else {
getComponentExtensionMap().insert(ext, cp);
extCount++;
}
// Even if the extension was not registered, a info message is displayed -> consider that the processing is done
extCount++;
}
}
Loading