forked from qt-creator/qt-creator
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:
@@ -107,7 +107,7 @@ RunWorkerFactory::WorkerCreator makeFlashAndRunWorker()
|
||||
return RunWorkerFactory::make<FlashAndRunWorker>();
|
||||
}
|
||||
|
||||
EmrunRunConfigurationFactory::EmrunRunConfigurationFactory()
|
||||
McuSupportRunConfigurationFactory::McuSupportRunConfigurationFactory()
|
||||
: FixedRunConfigurationFactory(FlashAndRunConfiguration::tr("Flash and run"))
|
||||
{
|
||||
registerRunConfiguration<FlashAndRunConfiguration>(Constants::RUNCONFIGURATION);
|
||||
|
||||
Reference in New Issue
Block a user