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

Thanks to Ahmad for noting.

Amends 6bc227a06a0d1392d220aa79ddb1cdc145d4f76e.

Change-Id: Ie6191bfc21d69f88a9a135f0d5f6b4fa8b09e8ad
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
(cherry picked from commit 8d5ff757744c35e9c96d379ef5600cfbfaab609a)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Marc Mutz 2023-01-20 07:45:51 +01:00 committed by Qt Cherry-pick Bot
parent 0c5ece1301
commit 620af5f2aa

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)