summaryrefslogtreecommitdiffstats
path: root/examples/wayland/server-buffer
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-05-13 14:44:05 +0200
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-08-28 13:10:32 +0200
commit666c3fcc69b9b25caa9b68b988e0004489653171 (patch)
tree00613a3861b5fb73978b1fd01e7e2f97f29de28d /examples/wayland/server-buffer
parent5f3918b8046c461929daf62689da2cc75f7a988d (diff)
Remove the default shell functionality
This will be readded in a different way. Also, remove the WaylandSurfaceChrome since it is no longer needed, and just use WaylandView directly Change-Id: I8d4a7b2135d9fdaea7dd3fcd729e55cceebf48fb
Diffstat (limited to 'examples/wayland/server-buffer')
-rw-r--r--examples/wayland/server-buffer/compositor/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/server-buffer/compositor/main.cpp b/examples/wayland/server-buffer/compositor/main.cpp
index fab0ff8e8..4e4dae3ec 100644
--- a/examples/wayland/server-buffer/compositor/main.cpp
+++ b/examples/wayland/server-buffer/compositor/main.cpp
@@ -79,7 +79,7 @@ public:
, m_server_buffer_8_bit(0)
, m_server_buffer_item_8_bit(0)
{
- setExtensionFlags(extensionFlags() | QWaylandCompositor::DefaultShellExtension);
+ setExtensionFlags(extensionFlags());
create();
m_view.setSource(QUrl("qrc:/qml/main.qml"));