From b7fcaa41a135a0bcdbb6636130e32396a082837f Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Tue, 31 May 2022 19:56:36 +0200 Subject: [PATCH] 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 --- sync.profile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sync.profile b/sync.profile index a5a946e553a..dc6641f08d8 100644 --- a/sync.profile +++ b/sync.profile @@ -62,10 +62,6 @@ "qutf8stringview.h" => "QUtf8StringView", ); %deprecatedheaders = ( - "QtGui" => { - "QGenericPlugin" => "QtGui/QGenericPlugin", - "QGenericPluginFactory" => "QtGui/QGenericPluginFactory" - }, "QtSql" => { "qsql.h" => "QtSql/qtsqlglobal.h" },