aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-04-06 11:07:15 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-04-06 11:10:01 +0200
commita793e88d3b29e770914772ed50af916b8132bf3b (patch)
tree69d76ecde0217653f096c4b011d2fe26c235d0a7 /src/qml/qml/qqmlengine.cpp
parentfb3552e0d152e963d74cccc7b36f4e618638b722 (diff)
Fix compile error with latest qtbase due to removed bearer management
d8b49e6b51007d6f0a9faec82a66b95dc7ccf541 in qtbase removed bearer management in QtNetwork. Looks like it's an unused include in qqmlengine.cpp. Change-Id: I9e2c7cf164eb843ab10bb941bd42c2704ec78906 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlengine.cpp')
-rw-r--r--src/qml/qml/qqmlengine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlengine.cpp b/src/qml/qml/qqmlengine.cpp
index eb23b6e256..97cbfc1342 100644
--- a/src/qml/qml/qqmlengine.cpp
+++ b/src/qml/qml/qqmlengine.cpp
@@ -74,7 +74,6 @@
#if QT_CONFIG(qml_network)
#include "qqmlnetworkaccessmanagerfactory.h"
#include <QNetworkAccessManager>
-#include <QtNetwork/qnetworkconfigmanager.h>
#endif
#include <private/qobject_p.h>