Ios: Fix typo in device factory creation

Introduced in 0c2101d816, but only started to cause problems since
555360c1d4.

Fixes: QTCREATORBUG-22449
Change-Id: Id531d7cb94c80b762f7981cf3414348080d0d613
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Christian Kandeler
2019-05-21 15:55:08 +02:00
parent eb1aa8dcca
commit 23a71e85bf

View File

@@ -535,7 +535,7 @@ void IosDeviceManager::updateAvailableDevices(const QStringList &devices)
// Factory
IosDeviceFactory::IosDeviceFactory()
: IDeviceFactory(Constants::IOS_DEVICE_ID)
: IDeviceFactory(Constants::IOS_DEVICE_TYPE)
{
setObjectName(QLatin1String("IosDeviceFactory"));
setDisplayName(IosDevice::name());