diff --git a/src/corelib/compat/removed_api.cpp b/src/corelib/compat/removed_api.cpp index adc20beda72..0efc81d430b 100644 --- a/src/corelib/compat/removed_api.cpp +++ b/src/corelib/compat/removed_api.cpp @@ -479,4 +479,8 @@ void QXmlStreamWriter::writeStartElement(const QString &namespaceUri, const QStr #include "qfloat16.h" #include "qstring.h" +// #include "qotherheader.h" +// // implement removed functions from qotherheader.h +// order sections alphabetically to reduce chances of merge conflicts + #endif // QT_CORE_REMOVED_SINCE(6, 5)