diff options
author | Fabian Kosmale <[email protected]> | 2025-06-26 15:05:52 +0200 |
---|---|---|
committer | Fabian Kosmale <[email protected]> | 2025-06-26 20:36:14 +0200 |
commit | 69fb18357c8495b58dba04960629f1f21eed3618 (patch) | |
tree | c3a0b2e6dca860e5978112edd487e266d9e84834 /src/quicklayouts/qquickflexboxlayoutengine.cpp | |
parent | 7b44231f33959a40684aebefcf6473a5339ef445 (diff) |
inlineConsoleMethod's stringConversion needs to create a string, so that
we can later append to it. Because we were missing parentheses, this did
not happen, and we would end up with code looking like
u']'.append(...)
which obviously isn't valid C++. Fix this by always adding parentheses
around the expression.
Found while trying to prove that QTBUG-109279 was fixed.
Task-number: QTBUG-109279
Pick-to: 6.10 6.9
Change-Id: I67fce5b2c1f1460a5d6b617824f3c36f9804ea76
Reviewed-by: Olivier De Cannière <[email protected]>
Diffstat (limited to 'src/quicklayouts/qquickflexboxlayoutengine.cpp')
0 files changed, 0 insertions, 0 deletions