diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2017-04-16 09:41:34 -0700 |
---|---|---|
committer | Thiago Macieira <thiago.macieira@intel.com> | 2017-04-28 12:37:14 +0000 |
commit | 63b94c57725c23c91598535cd325553bd57e8e66 (patch) | |
tree | aabbbeec6184408dd9407087ba6cfee158a84990 /src/gui/kernel/qplatformthemefactory_p.h | |
parent | cf0c44fe832c4222d9917c382831c7b8d6c00b69 (diff) | |
download | qtbase-63b94c57725c23c91598535cd325553bd57e8e66.tar.gz |
Export QPlatformThemeFactory, for use in qtdiag
Change-Id: I0e1a09998253489388abfffd14b5ee5392b0ce52
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/gui/kernel/qplatformthemefactory_p.h')
-rw-r--r-- | src/gui/kernel/qplatformthemefactory_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qplatformthemefactory_p.h b/src/gui/kernel/qplatformthemefactory_p.h index 3f77f03485..c312eadf27 100644 --- a/src/gui/kernel/qplatformthemefactory_p.h +++ b/src/gui/kernel/qplatformthemefactory_p.h @@ -59,7 +59,7 @@ QT_BEGIN_NAMESPACE class QPlatformTheme; -class QPlatformThemeFactory +class Q_GUI_EXPORT QPlatformThemeFactory { public: static QStringList keys(const QString &platformPluginPath = QString()); |