mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-07-30 07:44:13 +02:00
e099fca5ad
Three deprecated APIs have replacements that only exist in newer Qt6: - QLocale::nativeCountryName() -> nativeTerritoryName() (Qt 6.2) - QDomDocument::setContent() overload -> ParseResult (Qt 6.5) - qt_ntfs_permission_lookup -> QNtfsPermissionCheckGuard RAII (Qt 6.6) Each is wrapped in QT_VERSION_CHECK so Qt5 keeps the old path. Clears 4 -Wdeprecated-declarations warnings.