Ios: Fix spelling in id

Change-Id: I96b4a19615560c5d22afca9f07ae715e7ff4e646
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Tobias Hunger
2019-08-30 15:00:02 +02:00
committed by hjk
parent 7cd3bda4c0
commit ac8fe14508

View File

@@ -354,7 +354,7 @@ Utils::Port IosRunner::qmlServerPort() const
IosRunSupport::IosRunSupport(RunControl *runControl)
: IosRunner(runControl)
{
setId("IosRunSuppoer");
setId("IosRunSupport");
runControl->setIcon(Icons::RUN_SMALL_TOOLBAR);
QString displayName = QString("Run on %1").arg(device().isNull() ? QString() : device()->displayName());
runControl->setDisplayName(displayName);