diff options
| author | Marc Mutz <marc.mutz@qt.io> | 2024-02-20 08:27:28 +0100 |
|---|---|---|
| committer | Ivan Solovev <ivan.solovev@qt.io> | 2024-02-22 15:57:17 +0000 |
| commit | 448d4f847a263d88ee2149a728bcb390e15cefbc (patch) | |
| tree | 09f2d182731b32a228695688ac9e487ef0927561 /src/corelib/Qt6CoreResourceInit.in.cpp | |
| parent | 211e51b81ec9800161d0a98c6f70c747701035e8 (diff) | |
QDBusIntrospection: fix position of Annotation definition
When 2e8a48c1cdc8547ec47f097a41dd53c641715b77 made
Annotations::mapped_type a struct Annotation instead of just QString,
it inserted the Annotation definition after the first inline user of
Annotations (struct Method).
I don't know why this compiled in the first place, but it did,
probably because of the re-parse-everything-at-closing-of-class rule,
but there's no reason to not move it to before the first users, so do
that.
Found while trying to make QDBusIntrospection a namespace instead of a
struct.
Amends 2e8a48c1cdc8547ec47f097a41dd53c641715b77.
Pick-to: 6.7
Change-Id: I316cb5e49f3476adc5ff5abb023b9d74303ab640
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src/corelib/Qt6CoreResourceInit.in.cpp')
0 files changed, 0 insertions, 0 deletions
