qtdeclarative/tools/qmlprofiler
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
..
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
commandlistener.cpp Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
commandlistener.h Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
constants.h Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
main.cpp Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
qmlprofilerapplication.cpp Port from container::count() and length() to size() 2022-10-07 23:38:48 +02:00
qmlprofilerapplication.h Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
qmlprofilerclient.cpp Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
qmlprofilerclient.h Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
qmlprofilerdata.cpp Port from qAsConst() to std::as_const() 2022-10-07 23:38:56 +02:00
qmlprofilerdata.h Use SPDX license identifiers 2022-06-11 08:05:15 +02:00