summaryrefslogtreecommitdiffstats
path: root/src/compositor/extensions/qwaylandivisurface.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2020-03-10 10:47:08 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2020-03-16 13:05:58 +0000
commit66c2b429710e87b5604606e5f4eb7354aa730fa4 (patch)
treeddcac0789ac7aaa13f6a8e8a25dcedc41ccc0211 /src/compositor/extensions/qwaylandivisurface.h
parent310fe81d7fb0dc0105750ac2dae2192ead737b37 (diff)
Prospective build fix after meta-type changes
The moc generated code needs to have full visibility into all types used in properties, so Q_MOC_INCLUDE statements are needed to ensure the generated code is compiled with the right includes. Change-Id: I73552a916430cf7db14121f2ba1ec610e5b3382f Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/compositor/extensions/qwaylandivisurface.h')
-rw-r--r--src/compositor/extensions/qwaylandivisurface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compositor/extensions/qwaylandivisurface.h b/src/compositor/extensions/qwaylandivisurface.h
index fa5a7c7e0..acdff548f 100644
--- a/src/compositor/extensions/qwaylandivisurface.h
+++ b/src/compositor/extensions/qwaylandivisurface.h
@@ -50,6 +50,7 @@ class Q_WAYLAND_COMPOSITOR_EXPORT QWaylandIviSurface : public QWaylandShellSurfa
Q_WAYLAND_COMPOSITOR_DECLARE_QUICK_CHILDREN(QWaylandIviSurface)
Q_PROPERTY(QWaylandSurface *surface READ surface NOTIFY surfaceChanged)
Q_PROPERTY(uint iviId READ iviId NOTIFY iviIdChanged)
+ Q_MOC_INCLUDE("qwaylandsurface.h")
public:
QWaylandIviSurface();