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:
parent
0c5ece1301
commit
620af5f2aa
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user