Put conditioned header under appropriate feature configuration

- Add #if QT_CONFIG(xmlstream) for qxmlstream.h usage
in removed_api.cpp

Amends cd5dd8b95b

Change-Id: Ibb5962ff1ee9d26a2f115c6cf0a8b9b88109fab7
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
bb10
Tatiana Borisova 2024-05-27 17:35:19 +02:00
parent ce26eaf1b9
commit bf9f6791cd
1 changed files with 2 additions and 0 deletions

View File

@ -1179,7 +1179,9 @@ QUuid QUuid::createUuidV5(const QUuid &ns, const QByteArray &baseData) noexcept
return createUuidV5(ns, qToByteArrayViewIgnoringNull(baseData));
}
#if QT_CONFIG(xmlstream)
#include "qxmlstream.h" // inlined API
#endif // QT_CONFIG(xmlstream)
// #include "qotherheader.h"
// // implement removed functions from qotherheader.h