summaryrefslogtreecommitdiffstats
path: root/src/compositor/hardware_integration
diff options
context:
space:
mode:
authorJorgen Lind <jorgen.lind@digia.com>2014-01-09 15:59:12 +0100
committerJørgen Lind <jorgen.lind@digia.com>2014-01-10 10:48:43 +0100
commit0f239080709b5f0e705fcfe708c1a356524d5efe (patch)
tree93ab9a5fce4dc2def3a6df217eaa6b5d630cdddf /src/compositor/hardware_integration
parent1c70431808ca2d0797fda05bb9ee3640bff800bb (diff)
Fixup plugin interface versioning
Change-Id: Ia4ab692fde0dee9224c9c0e3204cfee56144b50f Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Diffstat (limited to 'src/compositor/hardware_integration')
-rw-r--r--src/compositor/hardware_integration/qwaylandserverbufferintegrationplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compositor/hardware_integration/qwaylandserverbufferintegrationplugin.h b/src/compositor/hardware_integration/qwaylandserverbufferintegrationplugin.h
index 6910880ea..0de631035 100644
--- a/src/compositor/hardware_integration/qwaylandserverbufferintegrationplugin.h
+++ b/src/compositor/hardware_integration/qwaylandserverbufferintegrationplugin.h
@@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE
class QWaylandServerBufferIntegration;
-#define QWaylandServerBufferIntegrationFactoryInterface_iid "org.qt-project.Qt.Compositor.QWaylandServerBufferIntegrationFactoryInterface.5.1"
+#define QWaylandServerBufferIntegrationFactoryInterface_iid "org.qt-project.Qt.Compositor.QWaylandServerBufferIntegrationFactoryInterface.5.3"
class Q_COMPOSITOR_EXPORT QWaylandServerBufferIntegrationPlugin : public QObject
{