McuSupport: Fix name of McuSupportRunConfigurationFactory

Was a remainder of initial clone&rename action.

Change-Id: Ifd06626cf2c895a1e20289ebd7ce711432f0a23a
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Alessandro Portale
2019-11-22 16:48:46 +01:00
parent 389f96b0ee
commit d65c61ffcb
3 changed files with 5 additions and 5 deletions

View File

@@ -45,8 +45,8 @@ class McuSupportPluginPrivate
{
public:
McuSupportDeviceFactory deviceFactory;
EmrunRunConfigurationFactory emrunRunConfigurationFactory;
RunWorkerFactory emrunRunWorkerFactory{
McuSupportRunConfigurationFactory runConfigurationFactory;
RunWorkerFactory runWorkerFactory{
makeFlashAndRunWorker(),
{ProjectExplorer::Constants::NORMAL_RUN_MODE},
{Constants::RUNCONFIGURATION}