From ac505a6b8b6e19d1d8ac8c8f0bcb4aab003b0060 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Thu, 24 Nov 2016 13:52:53 +0100 Subject: Try to find compositor among parents for QWaylandQuickOutput And simplify the minimal-qml and ivi-compositor examples Change-Id: Ic445349c9d7845813b6700414464a688aac40e73 Reviewed-by: Paul Olav Tvete --- examples/wayland/minimal-qml/main.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/wayland/minimal-qml/main.qml') diff --git a/examples/wayland/minimal-qml/main.qml b/examples/wayland/minimal-qml/main.qml index d44d0c6a1..732e2ccad 100644 --- a/examples/wayland/minimal-qml/main.qml +++ b/examples/wayland/minimal-qml/main.qml @@ -43,10 +43,8 @@ import QtQuick.Window 2.2 import QtWayland.Compositor 1.0 WaylandCompositor { - id: wlcompositor // The output defines the screen. WaylandOutput { - compositor: wlcompositor sizeFollowsWindow: true window: Window { width: 1024 -- cgit v1.2.3