summaryrefslogtreecommitdiffstats
path: root/src/compositor/hardware_integration
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@digia.com>2013-09-09 14:01:01 +0200
committerLaszlo Agocs <laszlo.agocs@digia.com>2013-09-10 15:53:00 +0200
commit5ef6f0b0d985837083a6a74a03306047e9b69ff9 (patch)
tree32106353467157384b5dca0c686a58d566130424 /src/compositor/hardware_integration
parent82b7f6faed8961acc07ff6ee56236d001000f149 (diff)
Update to work with Qt 5.2
Change-Id: Ide081251b32ade32d552fc949e10a518ff0fa89a Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com> Reviewed-by: Jan Arne Petersen <jan.petersen@kdab.com>
Diffstat (limited to 'src/compositor/hardware_integration')
-rw-r--r--src/compositor/hardware_integration/qwaylandgraphicshardwareintegrationplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compositor/hardware_integration/qwaylandgraphicshardwareintegrationplugin.h b/src/compositor/hardware_integration/qwaylandgraphicshardwareintegrationplugin.h
index 6d68a0cc9..62ed1a201 100644
--- a/src/compositor/hardware_integration/qwaylandgraphicshardwareintegrationplugin.h
+++ b/src/compositor/hardware_integration/qwaylandgraphicshardwareintegrationplugin.h
@@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE
class QWaylandGraphicsHardwareIntegration;
-#define QWaylandGraphicsHardwareIntegrationFactoryInterface_iid "org.qt-project.Qt.Compositor.QWaylandGraphicsHardwareIntegrationFactoryInterface.5.1"
+#define QWaylandGraphicsHardwareIntegrationFactoryInterface_iid "org.qt-project.Qt.Compositor.QWaylandGraphicsHardwareIntegrationFactoryInterface.5.2"
class Q_COMPOSITOR_EXPORT QWaylandGraphicsHardwareIntegrationPlugin : public QObject
{