QmlDesigner: Fix enumeration

Change-Id: I22b24037354dbe8af8f79e841de0f6b512b668be
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Marco Bubke
2022-07-21 17:49:21 +02:00
parent ec1dfa14d6
commit 0082db664a

View File

@@ -2021,7 +2021,7 @@ private:
public:
FetchPropertyDeclarationResult(TypeId propertyTypeId,
PropertyDeclarationId propertyDeclarationId,
long long propertyTraits)
Storage::PropertyDeclarationTraits propertyTraits)
: propertyTypeId{propertyTypeId}
, propertyDeclarationId{propertyDeclarationId}
, propertyTraits{propertyTraits}
@@ -2030,7 +2030,7 @@ private:
public:
TypeId propertyTypeId;
PropertyDeclarationId propertyDeclarationId;
long long propertyTraits;
Storage::PropertyDeclarationTraits propertyTraits;
};
auto fetchOptionalPropertyDeclarationByTypeIdAndNameUngarded(TypeId typeId,