diff options
| author | Marc Mutz <marc.mutz@qt.io> | 2025-09-11 13:08:05 +0200 |
|---|---|---|
| committer | Marc Mutz <marc.mutz@qt.io> | 2025-09-14 18:42:19 +0200 |
| commit | cc16e9e4030f310cf344b340a01c99c257f3841b (patch) | |
| tree | d6f3230b1221eaef84b21a23cd0560222cd621b0 /src/corelib/io/qrandomaccessasyncfile.cpp | |
| parent | 901ccf760891cc3aa1adf2f6c8105c6417f4783a (diff) | |
QTextBoundaryFinder: squash the bitfield member
This is in the way of adding an inline member-swap() (can't take
references to bit-fields), and therefore move-assignment.
We can always redistribute the bits in freeBuffer later, if needed:
there are (and, since 6.0, were) no inline users of this member.
This should even improve codegen, as the compiler doesn't have to deal
with bit-fields anymore. There's no need to pessimize the code for
that kind of flexibility until another user actually surfaces.
Amends the start of the public history.
Task-number: QTBUG-138659
Pick-to: 6.10 6.9 6.8 6.5
Change-Id: I47eb96da87bf4e3f1052e9f455943d9dea3121d1
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/io/qrandomaccessasyncfile.cpp')
0 files changed, 0 insertions, 0 deletions
