summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@theqtcompany.com>2016-02-29 18:08:18 +0100
committerJohan Helsing <johan.helsing@theqtcompany.com>2016-03-02 09:34:32 +0000
commit638125ed783c89fdebba481ac071f8042328fa4b (patch)
treeb2f66a53c150bb8b10db35ba04502f3f00f6131f
parentd839f25fb75cf4b3769319e10855c5827389e932 (diff)
Fix broken qml import in server-buffer example
Change-Id: Iae5fdae99a2e81b246feca2b7b511e794b23f253 Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
-rw-r--r--examples/wayland/server-buffer/compositor/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/server-buffer/compositor/qml/main.qml b/examples/wayland/server-buffer/compositor/qml/main.qml
index 536065a6a..55c0ffc13 100644
--- a/examples/wayland/server-buffer/compositor/qml/main.qml
+++ b/examples/wayland/server-buffer/compositor/qml/main.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtCompositor 1.0
+import QtWayland.Compositor 1.0
Item {
id: root