summaryrefslogtreecommitdiffstats
path: root/src/compositor/extensions/qwaylandwlshellintegration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/compositor/extensions/qwaylandwlshellintegration.cpp')
-rw-r--r--src/compositor/extensions/qwaylandwlshellintegration.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compositor/extensions/qwaylandwlshellintegration.cpp b/src/compositor/extensions/qwaylandwlshellintegration.cpp
index 8eb0ba3be..ef4e1efc6 100644
--- a/src/compositor/extensions/qwaylandwlshellintegration.cpp
+++ b/src/compositor/extensions/qwaylandwlshellintegration.cpp
@@ -42,6 +42,8 @@
#include <QtWaylandCompositor/QWaylandInputDevice>
#include <QGuiApplication>
+QT_BEGIN_NAMESPACE
+
namespace QtWayland {
WlShellIntegration::WlShellIntegration(QWaylandQuickShellSurfaceItem *item)
@@ -247,3 +249,5 @@ void WlShellIntegration::setFilterEnabled(bool enabled)
}
}
+
+QT_END_NAMESPACE