summaryrefslogtreecommitdiffstats
path: root/lib/web_event_factory.h
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@digia.com>2013-09-16 16:02:22 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-17 12:18:24 +0200
commit57f8c26c77095d2dc7c5b67f33444add7e7d181a (patch)
tree1d601f7b49a18793b552588218ba9c075b70dab3 /lib/web_event_factory.h
parente0a9f95d5b710664b115a99317fcabd7950686c7 (diff)
Add Qt namespace macros QtWebEngine classes.
This should enable namespaced builds of Qt and QtWebEngine. Change-Id: I4c9d506d864b42a346026b980dcf3777b9680957 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'lib/web_event_factory.h')
-rw-r--r--lib/web_event_factory.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/web_event_factory.h b/lib/web_event_factory.h
index ab7981535..e5ee91510 100644
--- a/lib/web_event_factory.h
+++ b/lib/web_event_factory.h
@@ -45,10 +45,14 @@
#include "content/public/browser/native_web_keyboard_event.h"
#include "third_party/WebKit/public/web/WebInputEvent.h"
+#include <QtGlobal>
+
+QT_BEGIN_NAMESPACE
class QHoverEvent;
class QKeyEvent;
class QMouseEvent;
class QWheelEvent;
+QT_END_NAMESPACE
class WebEventFactory {