summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/wayland/server-buffer/compositor/sharebufferextension.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/wayland/server-buffer/compositor/sharebufferextension.h b/examples/wayland/server-buffer/compositor/sharebufferextension.h
index 18f6264ff..f84d9c4df 100644
--- a/examples/wayland/server-buffer/compositor/sharebufferextension.h
+++ b/examples/wayland/server-buffer/compositor/sharebufferextension.h
@@ -64,6 +64,8 @@
#include "qwayland-server-share-buffer.h"
+QT_BEGIN_NAMESPACE
+
namespace QtWayland
{
class ServerBufferIntegration;
@@ -93,4 +95,6 @@ private:
Q_COMPOSITOR_DECLARE_QUICK_EXTENSION_CLASS(ShareBufferExtension)
+QT_END_NAMESPACE
+
#endif // SHAREBUFFEREXTENSION_H