summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformintegrationfactory_p.h
diff options
context:
space:
mode:
authorBalazs Kelemen <kbalazs@webkit.org>2012-06-05 16:19:10 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-06 02:03:20 +0200
commit26d0606bad045b385242b9f904b8566fdd1e57c4 (patch)
treed8333633c0816a5af80ed46bb5cab76fb42d83d4 /src/gui/kernel/qplatformintegrationfactory_p.h
parent944221001c67d01fc528f5e7a0d3b1c9578cec32 (diff)
Export QPlatformIntegrationFactory to make it usable outside of QtGui.
QPlatformIntegrationFactory can be used to load a platform plugin dynamically. It can be useful for an external platform plugin that want to define some behaviour on it's own and use the default plugin for the rest. We are going to implement such a plugin in WebKit for the test infrastructure to tweak the platform backends in order to provide more platform independent layout test results. Change-Id: Iaaabe1cbc173a03132d83474faa7858aead4cae0 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/gui/kernel/qplatformintegrationfactory_p.h')
-rw-r--r--src/gui/kernel/qplatformintegrationfactory_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qplatformintegrationfactory_p.h b/src/gui/kernel/qplatformintegrationfactory_p.h
index 4aae7898fa..16cfa2803c 100644
--- a/src/gui/kernel/qplatformintegrationfactory_p.h
+++ b/src/gui/kernel/qplatformintegrationfactory_p.h
@@ -62,7 +62,7 @@ QT_BEGIN_NAMESPACE
class QPlatformIntegration;
-class QPlatformIntegrationFactory
+class Q_GUI_EXPORT QPlatformIntegrationFactory
{
public:
static QStringList keys(const QString &platformPluginPath = QString());