summaryrefslogtreecommitdiffstats
path: root/examples/wayland/server-buffer
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-08-20 12:26:39 +0200
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-08-28 13:10:33 +0200
commit88f821e189bd1d4d4550c1864f622ca7df2a7c34 (patch)
tree291fd0a8155c448ea13df57a6b1f6f7966894ed0 /examples/wayland/server-buffer
parent9c88f97492959025f7433c9a379b474095efc0dd (diff)
Remove automatic initialisation of extensions
It is the specific compositor application responsibillity to create the specific extensions. Some of the extensions are picked up with the QWaylandExtension::findIn(QWaylandExtensionContainer *) function to work around missing events/apis. It should be a goal not to have these calles in the base implementation of QWayland[Compositor|Surface|Input..]. Change-Id: Iacd576f2e8a79ca0165b858b1e8f44cddad48d93
Diffstat (limited to 'examples/wayland/server-buffer')
-rw-r--r--examples/wayland/server-buffer/compositor/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/wayland/server-buffer/compositor/main.cpp b/examples/wayland/server-buffer/compositor/main.cpp
index 1984cb0cd..99231d7be 100644
--- a/examples/wayland/server-buffer/compositor/main.cpp
+++ b/examples/wayland/server-buffer/compositor/main.cpp
@@ -80,8 +80,6 @@ public:
, m_server_buffer_8_bit(0)
, m_server_buffer_item_8_bit(0)
{
- setExtensionFlags(extensionFlags());
-
create();
m_view.setSource(QUrl("qrc:/qml/main.qml"));
m_view.setResizeMode(QQuickView::SizeRootObjectToView);