summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-09-11 10:46:09 +0200
committerLars Knoll <lars.knoll@qt.io>2020-09-11 11:04:27 +0200
commitb676e4b7ecbc047d2ddd090bcf5803cfb3ee3699 (patch)
tree7da5c85d7ecdc1989aa2219f3e37fd74a659549a
parent2c947898545013557ef26218e15e5dfc3566a712 (diff)
downloadqtwayland-b676e4b7ecbc047d2ddd090bcf5803cfb3ee3699.tar.gz
Fix build after changes in qtbase
moc now requires that all types are fully defined. Change-Id: I1378f635af5c044284f1973cbc1292b4bbc839df Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--src/compositor/compositor_api/qwaylandquickitem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compositor/compositor_api/qwaylandquickitem.h b/src/compositor/compositor_api/qwaylandquickitem.h
index ef1b6c76..acef82d3 100644
--- a/src/compositor/compositor_api/qwaylandquickitem.h
+++ b/src/compositor/compositor_api/qwaylandquickitem.h
@@ -63,6 +63,8 @@ class Q_WAYLAND_COMPOSITOR_EXPORT QWaylandQuickItem : public QQuickItem
Q_PROPERTY(bool bufferLocked READ isBufferLocked WRITE setBufferLocked NOTIFY bufferLockedChanged)
Q_PROPERTY(bool allowDiscardFrontBuffer READ allowDiscardFrontBuffer WRITE setAllowDiscardFrontBuffer NOTIFY allowDiscardFrontBufferChanged)
Q_MOC_INCLUDE("qwaylandcompositor.h")
+ Q_MOC_INCLUDE("qwaylandseat.h")
+ Q_MOC_INCLUDE("qwaylanddrag.h")
QML_NAMED_ELEMENT(WaylandQuickItem)
QML_ADDED_IN_VERSION(1, 0)
public: