qhttpheaders.h: don't include <qmetaobject.h>
Despite the name, it doesn't contain the definition of QMetaObject (that's in qobjectdefs.h), only of QMetaMethod, QMetaEnum, etc. Replace the include with qobjectdefs.h. Found in API-review. Amends fa456ad5501dc74446329222d12ba0fa2ecd0457. Pick-to: 6.8 Change-Id: Ic7fb83c07a866ca981b100e68cc0529bd13e929f Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
parent
a5f1cec8bf
commit
248a1ce4bd
@ -5,7 +5,8 @@
|
||||
#define QHTTPHEADERS_H
|
||||
|
||||
#include <QtNetwork/qtnetworkglobal.h>
|
||||
#include <QtCore/qmetaobject.h>
|
||||
|
||||
#include <QtCore/qobjectdefs.h>
|
||||
#include <QtCore/qshareddata.h>
|
||||
#include <QtCore/qcontainerfwd.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user