From 26d0606bad045b385242b9f904b8566fdd1e57c4 Mon Sep 17 00:00:00 2001 From: Balazs Kelemen Date: Tue, 5 Jun 2012 16:19:10 +0200 Subject: Export QPlatformIntegrationFactory to make it usable outside of QtGui. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/gui/kernel/qplatformintegrationfactory_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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()); -- cgit v1.2.3