forked from qt-creator/qt-creator
Ios: Fix typo in device factory creation
Introduced in0c2101d816, but only started to cause problems since555360c1d4. Fixes: QTCREATORBUG-22449 Change-Id: Id531d7cb94c80b762f7981cf3414348080d0d613 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user