summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2016-05-30 16:08:46 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2016-06-10 07:41:56 +0000
commitc7bf8897f16d17d9e2bc1af2af32ff889bdb55c5 (patch)
tree01ab227af1b4c0550b3a0f2a8e2da6afdcac241f /examples
parentc67e0c495c79d2a7be0549168323a4fd298623ed (diff)
Fix build of webenginewidgets/simplebrowser
Add missing include to fix error C2027: use of undefined type 'QDebug' on MSVC. Change-Id: Icc62cdf36f417f30691445ab4994b822c8e37db9 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/webenginewidgets/simplebrowser/webview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/webenginewidgets/simplebrowser/webview.cpp b/examples/webenginewidgets/simplebrowser/webview.cpp
index de93bc0c4..d2a38523f 100644
--- a/examples/webenginewidgets/simplebrowser/webview.cpp
+++ b/examples/webenginewidgets/simplebrowser/webview.cpp
@@ -45,6 +45,7 @@
#include "webpopupwindow.h"
#include "webview.h"
#include <QContextMenuEvent>
+#include <QDebug>
#include <QMenu>
#include <QMessageBox>
#include <QNetworkReply>