mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-07-31 00:24:13 +02:00
1265e51ebe
qAsConst was deprecated in Qt 6.6; std::as_const (C++17, already the project standard) is the drop-in replacement. Clears 46 -Wdeprecated- declarations warnings across 18 files. No behavioural change.