forked from qt-creator/qt-creator
Make PluginManager mostly static.
Change-Id: Ib938aa4999c7c418a82304c5cca2e8748ef9d228 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -315,7 +315,7 @@ bool Project::fromMap(const QVariantMap &map)
|
||||
QVariantMap targetMap = map.value(key).toMap();
|
||||
|
||||
QList<ITargetFactory *> factories =
|
||||
ExtensionSystem::PluginManager::instance()->getObjects<ITargetFactory>();
|
||||
ExtensionSystem::PluginManager::getObjects<ITargetFactory>();
|
||||
|
||||
Target *t = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user