forked from qt-creator/qt-creator
BareMetal: Split BareMetalRunConfigurationFactory
... into two, each handling one type of RunConfiguration only. This is temporary to allow easier removal of boiler plate. Change-Id: I0c8427eaeef07dff06dce7824a87b222f8f05019 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -68,6 +68,7 @@ bool BareMetalPlugin::initialize(const QStringList &arguments, QString *errorStr
|
||||
|
||||
addAutoReleasedObject(new BareMetalDeviceConfigurationFactory);
|
||||
addAutoReleasedObject(new BareMetalRunConfigurationFactory);
|
||||
addAutoReleasedObject(new BareMetalCustomRunConfigurationFactory);
|
||||
addAutoReleasedObject(new GdbServerProvidersSettingsPage);
|
||||
addAutoReleasedObject(new GdbServerProviderManager);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user