Isolate http2protocol_p.h include
http2protocol_p.h is not supposed to be used without the http feature is enabled. Move its include under QT_CONFIG(http) guard. Change-Id: I374dd84d3330de2b4c340b9803d0c3d2c13bc8e3 Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
parent
36ea34c714
commit
5d041a15bf
@ -32,9 +32,9 @@
|
||||
#include "QtCore/qurl.h"
|
||||
#include "QtNetwork/private/qauthenticator_p.h"
|
||||
#include "QtNetwork/qsslconfiguration.h"
|
||||
#include "QtNetwork/private/http2protocol_p.h"
|
||||
|
||||
#if QT_CONFIG(http)
|
||||
#include "QtNetwork/private/http2protocol_p.h"
|
||||
#include "qhttpmultipart.h"
|
||||
#include "qhttpmultipart_p.h"
|
||||
#include "qnetworkreplyhttpimpl_p.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user