--- qt-everywhere-src-5.15.14/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp Wed May 17 13:38:09 2023 +++ qt-everywhere-src-5.15.14/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp Wed Aug 23 16:38:51 2023 @@ -900,7 +900,7 @@ underlineStyleValue = QStringLiteral("wave"); // this is not correct, but provides good approximation at least break; default: - qWarning() << "Unknown QTextCharFormat::​UnderlineStyle value " << underlineStyle << " could not be translated to IAccessible2 value"; + qWarning() << "Unknown QTextCharFormat::UnderlineStyle value " << underlineStyle << " could not be translated to IAccessible2 value"; break; } if (!underlineStyleValue.isNull()) {