summaryrefslogtreecommitdiffstats
path: root/src/compositor/extensions/qwaylandshell.h
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-09-03 12:31:39 +0200
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-09-04 16:12:47 +0200
commit19b6e928cd57a3a89ecc6b350aff2e6a1d2f9bce (patch)
tree872e5b9ab57babd6036b494d1c723de5b2969a9f /src/compositor/extensions/qwaylandshell.h
parent81b320503251cb79e5500fbf7906586e0da01803 (diff)
Add missing QT_X_NAMESPACE
Diffstat (limited to 'src/compositor/extensions/qwaylandshell.h')
-rw-r--r--src/compositor/extensions/qwaylandshell.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compositor/extensions/qwaylandshell.h b/src/compositor/extensions/qwaylandshell.h
index 0cd510065..30e87ed50 100644
--- a/src/compositor/extensions/qwaylandshell.h
+++ b/src/compositor/extensions/qwaylandshell.h
@@ -39,6 +39,8 @@
#include <QtCompositor/QWaylandExtension>
+QT_BEGIN_NAMESPACE
+
class QWaylandShellSurface;
class QWaylandShellSurfacePrivate;
class QWaylandSurface;
@@ -119,4 +121,6 @@ private:
void initialize();
};
+QT_END_NAMESPACE
+
#endif /*QWAYLANDSHELL_H*/