Remove redundant deprecation of Gui headers

The QGenericPlugin and QGenericPluginFactory header files are mentioned
as the deprecated in sync.profile. The deprecation looks incorrect,
since the generated headers deprecate them selves. Also syncqt.pl
rewrites this deprecation because files are generated as aliases for
the existing kernel/qgenericplugin.h and kernel/qgenericpluginfactory.h
header files.

Change-Id: I469df56a7cd118dfb82cec0f347d5f2fb75cd9bb
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Alexey Edelev 2022-05-31 19:56:36 +02:00
parent 88c5ccc45a
commit b7fcaa41a1

View File

@ -62,10 +62,6 @@
"qutf8stringview.h" => "QUtf8StringView", "qutf8stringview.h" => "QUtf8StringView",
); );
%deprecatedheaders = ( %deprecatedheaders = (
"QtGui" => {
"QGenericPlugin" => "QtGui/QGenericPlugin",
"QGenericPluginFactory" => "QtGui/QGenericPluginFactory"
},
"QtSql" => { "QtSql" => {
"qsql.h" => "QtSql/qtsqlglobal.h" "qsql.h" => "QtSql/qtsqlglobal.h"
}, },