qtdeclarative/tools/qml
Marc Mutz c2d490a238 Port from qAsConst() to std::as_const()
We've been requiring C++17 since Qt 6.0, and our qAsConst use finally
starts to bother us (QTBUG-99313), so time to port away from it
now.

Since qAsConst has exactly the same semantics as std::as_const (down
to rvalue treatment, constexpr'ness and noexcept'ness), there's really
nothing more to it than a global search-and-replace.

Task-number: QTBUG-99313
Change-Id: I601bf70f020f511019ed28731ba53b14b765dbf0
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
2022-10-07 23:38:56 +02:00
..
conf Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
resources Update the QML Runtime icon 2019-04-17 06:25:10 +00:00
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
conf.h Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
main.cpp Port from qAsConst() to std::as_const() 2022-10-07 23:38:56 +02:00