Add QPasswordDigestor to syncqt
It wasn't generating the "QPasswordDigestor" forward-header because QPasswordDigestor is a namespace, not a class. Fixes: QTBUG-80708 Change-Id: Ic6567271e2d2d948c0663017069eb26e2e95662c Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
parent
4639660ded
commit
5612f24dc5
@ -66,6 +66,7 @@
|
||||
"qtconcurrentmap.h" => "QtConcurrentMap",
|
||||
"qtconcurrentfilter.h" => "QtConcurrentFilter",
|
||||
"qtconcurrentrun.h" => "QtConcurrentRun",
|
||||
"qpassworddigestor.h" => "QPasswordDigestor",
|
||||
);
|
||||
%deprecatedheaders = (
|
||||
"QtGui" => {
|
||||
|
Loading…
Reference in New Issue
Block a user