diff options
author | Marc Mutz <[email protected]> | 2021-08-12 14:02:37 +0200 |
---|---|---|
committer | Marc Mutz <[email protected]> | 2021-08-18 22:31:17 +0200 |
commit | 96810e3863272eb5463ba5c07d82544810bdb3f8 (patch) | |
tree | 87512f7fc5185dc6870531debbdc93b4ef79411a /src/concurrent/qtconcurrentmap.cpp | |
parent | 93745ef34608024db92c90c8e270e441fc346eda (diff) |
QDateTime: port to QStringTokenizer and QVLA
The code isn't easily linearized to work directly with
QStringTokenizer, which is a forward-only range, but we can at least
remove the (non-error) memory allocations by supplying a
suitably-sized QVLA to tokenize into instead of the default QList.
Change-Id: I1aa11a5fbbe66ede4ec2e5b2090044a39052a241
Reviewed-by: MÃ¥rten Nordheim <[email protected]>
Reviewed-by: Qt CI Bot <[email protected]>
Reviewed-by: Thiago Macieira <[email protected]>
Reviewed-by: Edward Welbourne <[email protected]>
Diffstat (limited to 'src/concurrent/qtconcurrentmap.cpp')
0 files changed, 0 insertions, 0 deletions