summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2019-10-11 12:47:18 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-10-11 12:50:36 +0200
commita9fd0fbd8db36bd809c85d45d508b58107614653 (patch)
treef784da1502fc278525b8da16ab5d340c6961366e
parent10e9c026b6e96b071411f0a1eed9b03fbbff1459 (diff)
Prospective build fix against qtbase 6.0 headers
There was an implicit inclusion of qvariant.h that needs to be explicit now. Change-Id: Id8ea6e1f13a9a5c60e5b453327c4583574365b6b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--src/core/net/url_request_notification.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/net/url_request_notification.h b/src/core/net/url_request_notification.h
index 1d9acf12f..790ffeb7a 100644
--- a/src/core/net/url_request_notification.h
+++ b/src/core/net/url_request_notification.h
@@ -44,6 +44,7 @@
#include "net/base/completion_once_callback.h"
#include "qwebengineurlrequestinfo.h"
#include <QPointer>
+#include <QVariant>
class GURL;