Skip to content

Use std::as_const instead of qAsConst

Friedrich W. H. Kossebau requested to merge work/kossebau/asconst into master

Not part of public interface, so fine to use C++17 here without checks.

Following the trend (even more in KF) to use std where possible (Qt6 might also see to phase out qAsConst).

Merge request reports