summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-05-31 19:56:36 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2022-06-01 16:01:42 +0200
commitb7fcaa41a135a0bcdbb6636130e32396a082837f (patch)
tree747da38fc2a3e590e745e9fcdbdc21bdce91cf58 /sync.profile
parent88c5ccc45a3ba26994aaceaaa01adb78f4224760 (diff)
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>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile
index a5a946e553..dc6641f08d 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"
},