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:
parent
fee977b18b
commit
8d5ff75774
@ -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…
Reference in New Issue
Block a user