QSsl: QMetaObject is defined in qobjectdefs.h

... not in qmetaobject.h.

Don't include more than we need.

Found in API-Review.

Amends b856790d67.

[ChangeLog][QtNetwork] The enums in namespace QSsl are now Q_ENUMs.

Pick-to: 6.7
Change-Id: I67ec107ce5ab266cfad8a628e7ba3496d2484766
Reviewed-by: Tatiana Borisova <tatiana.borisova@qt.io>
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
bb10
Marc Mutz 2024-01-23 14:44:16 +01:00
parent 4a33472026
commit 93a4478c5f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#endif
#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qmetaobject.h>
#include <QtCore/qobjectdefs.h>
#include <QtCore/QFlags>
QT_BEGIN_NAMESPACE