Skip to content

Commit 6b87553

Browse files
usiemsmrbean-bremen
authored andcommitted
Fix misspelled attribute name
1 parent af3d2ee commit 6b87553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/typesystem_core.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2082,6 +2082,6 @@ public:
20822082
<enum-type name="QLocale::FloatingPointPrecisionOption"/>
20832083
<enum-type name="QUuid::StringFormat"/>
20842084
<enum-type name="Qt::ChecksumType"/>
2085-
<enum-type name="Qt::SplitBehaviorFlags" flag="Qt::SplitBehavior"/>
2085+
<enum-type name="Qt::SplitBehaviorFlags" flags="Qt::SplitBehavior"/>
20862086
<enum-type name="Qt::HighDpiScaleFactorRoundingPolicy"/>
20872087
</typesystem>

0 commit comments

Comments
 (0)