summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformthemeplugin.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-06-25 12:25:50 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-27 12:39:53 +0200
commitbc8cafcf64ec4f0455aa5bededdf6d08952e5a21 (patch)
tree4373c5c57ba81708af6aa97794ae9c771a62f09a /src/gui/kernel/qplatformthemeplugin.h
parent3812af8ad0ff0b39451314fb93c4e0337cea078a (diff)
Add QPA prefix and version number to QPA plugin factory interfaces.
The interfaces may change in Qt minor versions. Change-Id: I43bc6245ddbba8232e00313bdc64e8e60c7eab6f Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/gui/kernel/qplatformthemeplugin.h')
-rw-r--r--src/gui/kernel/qplatformthemeplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qplatformthemeplugin.h b/src/gui/kernel/qplatformthemeplugin.h
index cc7bd768c9..dafe414cb6 100644
--- a/src/gui/kernel/qplatformthemeplugin.h
+++ b/src/gui/kernel/qplatformthemeplugin.h
@@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE
class QPlatformTheme;
-#define QPlatformThemeFactoryInterface_iid "org.qt-project.Qt.QPlatformThemeFactoryInterface"
+#define QPlatformThemeFactoryInterface_iid "org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1"
class Q_GUI_EXPORT QPlatformThemePlugin : public QObject
{