QtCore removed_api.cpp: fix missing instruction comment in 6.5 block

Thanks to Ahmad for noting.

Amends 6bc227a06a.

Pick-to: 6.5
Change-Id: Ie6191bfc21d69f88a9a135f0d5f6b4fa8b09e8ad
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
Marc Mutz 2023-01-20 07:45:51 +01:00
parent fee977b18b
commit 8d5ff75774

View File

@ -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)