qt5compat/examples
Marc Mutz b518357730 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: Ie1515f334c831500607e24f9c7103f12e4ba98b8
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2022-10-06 18:06:36 +02:00
..
core5 Port from qAsConst() to std::as_const() 2022-10-06 18:06:36 +02:00
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 15:46:30 +02:00
examples.pro Move QTextCodec support into Qt5Compat 2020-06-26 12:55:39 +02:00