ProjectExplorer: Actually instantiate the DeviceTypeKAFactory again

Task-number: QTCREATORBUG-29647
Change-Id: Ic2d29ae8d053f6526d6c5e4f4370153ab5b7d902
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
hjk
2023-09-26 13:59:23 +02:00
committed by Eike Ziller
parent ec13beff1c
commit fbbb78ee7e

View File

@@ -855,6 +855,8 @@ QSet<Id> DeviceTypeKitAspectFactory::availableFeatures(const Kit *k) const
return {}; return {};
} }
const DeviceTypeKitAspectFactory theDeviceTypeKitAspectFactory;
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
// DeviceKitAspect: // DeviceKitAspect:
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------