forked from qt-creator/qt-creator
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user