diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2012-12-17 16:51:42 -0800 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-12-19 23:43:25 +0100 |
commit | 12b68e817f58d001e294b388b7f9b8963d41fa0b (patch) | |
tree | fdb20779e2283efb63028ddde0022949c7bc524b /sync.profile | |
parent | d7df8e39f36117433605827421dcdc676fe2e58d (diff) | |
download | qtbase-12b68e817f58d001e294b388b7f9b8963d41fa0b.tar.gz qtbase-12b68e817f58d001e294b388b7f9b8963d41fa0b.tar.bz2 qtbase-12b68e817f58d001e294b388b7f9b8963d41fa0b.zip |
Remove compat, obsolete headers
These headers did not exist before 5.0 and should not exist in 5.0
release.
Change-Id: I9dd40cb07c468db32777a7ce45afa41e693b7839
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sync.profile b/sync.profile index dd01df96d6..756f83e409 100644 --- a/sync.profile +++ b/sync.profile @@ -42,24 +42,6 @@ "QtGui" => { "QGenericPlugin" => "QtGui/QGenericPlugin", "QGenericPluginFactory" => "QtGui/QGenericPluginFactory" - }, - "QtWidgets" => { - "qplatformmenu_qpa.h" => "qpa/qplatformmenu.h", - "QPlatformMenu" => "qpa/qplatformmenu.h", - "QPlatformMenuAction" => "qpa/qplatformmenu.h", - "QPlatformMenuBar" => "qpa/qplatformmenu.h" - }, - "QtPrintSupport" => { - "qplatformprintersupport_qpa.h" => "qpa/qplatformprintersupport.h", - "QPlatformPrinterSupport" => "qpa/qplatformprintersupport.h", - "QPlatformPrinterSupportPlugin" => "XXXXXXXXXXXXXXXXXXXX", - "qplatformprintplugin_qpa.h" => "qpa/qplatformprintplugin.h", - "QPlatformPrintPlugin" => "qpa/qplatformprintplugin.h" - }, - "QtPlatformSupport" => { - "qplatforminputcontextfactory_qpa_p.h" => "qpa/qplatforminputcontextfactory_p.h", - "qplatforminputcontextplugin_qpa_p.h" => "qpa/qplatforminputcontextplugin_p.h", - "QPlatformInputContextPlugin" => "qpa/qplatforminputcontextplugin_p.h" } ); %explicitheaders = ( |