diff options
author | Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com> | 2012-07-03 21:55:46 +0530 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-04 14:40:20 +0200 |
commit | 3517949390f349e034f8c57942af59a1f2c8c64f (patch) | |
tree | 7d7e703b752c434ff26f9326be61913f2cd1e2aa /sync.profile | |
parent | 32c54642dd9af1f1bf48c259f55dad6d5339c5e8 (diff) | |
download | qtbase-3517949390f349e034f8c57942af59a1f2c8c64f.tar.gz qtbase-3517949390f349e034f8c57942af59a1f2c8c64f.tar.bz2 qtbase-3517949390f349e034f8c57942af59a1f2c8c64f.zip |
Make QGenericPlugin and QGenericPluginFactory public API
These classes are not specific to QPA.
Discussed in QtCS 2012.
Change-Id: I32bc5fad4f0fa5e7095af86d61966fdf4d9e4ad7
Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile index d5c897ac72..7d2d4628f0 100644 --- a/sync.profile +++ b/sync.profile @@ -90,7 +90,11 @@ "QPlatformWindow" => "qpa/qplatformwindow.h", "qwindowsysteminterface_qpa.h" => "qpa/qwindowsysteminterface.h", "QWindowSystemInterface" => "qpa/qwindowsysteminterface.h", - "qwindowsysteminterface_qpa_p.h" => "qpa/qwindowsysteminterface_p.h" + "qwindowsysteminterface_qpa_p.h" => "qpa/qwindowsysteminterface_p.h", + "qgenericpluginfactory_qpa.h" => "QtGui/qgenericpluginfactory.h", + "qgenericplugin_qpa.h" => "QtGui/qgenericplugin.h", + "QGenericPlugin" => "QtGui/QGenericPlugin", + "QGenericPluginFactory" => "QtGui/QGenericPluginFactory" }, "QtWidgets" => { "qplatformmenu_qpa.h" => "qpa/qplatformmenu.h", |