summaryrefslogtreecommitdiffstats
path: root/src/compositor/extensions/qwaylandxdgshellintegration.cpp
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@theqtcompany.com>2016-05-25 15:35:01 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2016-05-25 15:42:18 +0000
commit51dcf7c46170b272ed7a63f9dfe1169e90041be8 (patch)
tree8f8d55fb7f14c2b8216a218dd466c5f29c0dfc32 /src/compositor/extensions/qwaylandxdgshellintegration.cpp
parent2c1606d13eb04ab9058cfaed2296628fe1ce4ebd (diff)
Compile with a namespaced build
Change-Id: I839b3bc2f4fbf67bd381bd82fdaf19f7eb096454 Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Diffstat (limited to 'src/compositor/extensions/qwaylandxdgshellintegration.cpp')
-rw-r--r--src/compositor/extensions/qwaylandxdgshellintegration.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compositor/extensions/qwaylandxdgshellintegration.cpp b/src/compositor/extensions/qwaylandxdgshellintegration.cpp
index 3a22cce08..f77f69273 100644
--- a/src/compositor/extensions/qwaylandxdgshellintegration.cpp
+++ b/src/compositor/extensions/qwaylandxdgshellintegration.cpp
@@ -41,6 +41,8 @@
#include <QtWaylandCompositor/QWaylandInputDevice>
#include <QMouseEvent>
+QT_BEGIN_NAMESPACE
+
namespace QtWayland {
XdgShellIntegration::XdgShellIntegration(QWaylandQuickShellSurfaceItem *item)
@@ -167,3 +169,5 @@ void XdgShellIntegration::handleSurfaceSizeChanged()
}
}
+
+QT_END_NAMESPACE