QOperatingSystemVersion: add trailing comma to last member in enum
Task-number: QTBUG-125859 Change-Id: I374d7e676765cc00788224d980a29c16a6330648 Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit 8c2dcfc79aaa812ae671304c39d006ed6782cb74) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
3b208bcfa5
commit
0bd6bbedea
@ -31,7 +31,7 @@ public:
|
||||
TvOS,
|
||||
WatchOS,
|
||||
Android,
|
||||
VisionOS
|
||||
VisionOS,
|
||||
};
|
||||
|
||||
constexpr QOperatingSystemVersionBase(OSType osType,
|
||||
@ -163,7 +163,7 @@ public:
|
||||
TvOS,
|
||||
WatchOS,
|
||||
Android,
|
||||
VisionOS
|
||||
VisionOS,
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user