diff options
| author | Marc Mutz <[email protected]> | 2025-12-17 11:43:39 +0100 |
|---|---|---|
| committer | Marc Mutz <[email protected]> | 2025-12-17 21:32:21 +0000 |
| commit | 915da45ca0ca41dc1c85201a8fa61ccccf48ee0c (patch) | |
| tree | bce02960ca1b8216b8687e6c93c3e8da45b3977a /src/tools/uic/cpp/cppwriteincludes.h | |
| parent | 88b611e48d7bc3588f9d3ccf8d453bef6305a08d (diff) | |
QRegularExpression: add missing const to PcreJitStackFree::op()
Function object's function-call operators ought to be marked as const,
so do it.
Found while working on reviewing the code with an eye to fix
QTBUG-142551.
Not picking all the way since this clearly doesn't fix a bug (the
object is stowed away inside of a std::unique_ptr, which obviously
doesn't care about the missing const, or this wouldn't have compiled
before).
Pick-to: 6.11 6.10 6.8
Change-Id: I62649504d73192519a08684701d08483dfc09f6c
Reviewed-by: MÃ¥rten Nordheim <[email protected]>
Reviewed-by: David Faure <[email protected]>
Diffstat (limited to 'src/tools/uic/cpp/cppwriteincludes.h')
0 files changed, 0 insertions, 0 deletions
