summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/client/customextension.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/custom-extension/client/customextension.cpp')
-rw-r--r--examples/wayland/custom-extension/client/customextension.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/wayland/custom-extension/client/customextension.cpp b/examples/wayland/custom-extension/client/customextension.cpp
index e6bab56c6..81694fdab 100644
--- a/examples/wayland/custom-extension/client/customextension.cpp
+++ b/examples/wayland/custom-extension/client/customextension.cpp
@@ -44,6 +44,8 @@
#include <QDebug>
+QT_BEGIN_NAMESPACE
+
namespace QtWaylandClient {
CustomExtension::CustomExtension(QWaylandIntegration *wayland_integration)
@@ -79,3 +81,5 @@ void CustomExtension::registry_global(uint32_t id, const QString &interface, uin
}
}
+
+QT_END_NAMESPACE