mirror of https://github.com/qt/qtbase.git
Remove unused include from qrestaccessmanager
A leftover, the class used to have some SSL functionality. Pick-to: 6.7 Change-Id: Ie987fe086b3e7e5583a9e69dd80e670b131d2832 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
parent
672a824639
commit
1ea51e1f2d
|
@ -9,10 +9,6 @@
|
|||
#include <QtNetwork/qnetworkaccessmanager.h>
|
||||
#include <QtNetwork/qnetworkreply.h>
|
||||
|
||||
#if QT_CONFIG(ssl)
|
||||
#include <QtNetwork/qsslsocket.h>
|
||||
#endif
|
||||
|
||||
#include <QtCore/qjsondocument.h>
|
||||
#include <QtCore/qjsonobject.h>
|
||||
#include <QtCore/qloggingcategory.h>
|
||||
|
|
Loading…
Reference in New Issue