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:
Mårten Nordheim 2019-12-12 10:33:34 +01:00
parent 4639660ded
commit 5612f24dc5

View File

@ -66,6 +66,7 @@
"qtconcurrentmap.h" => "QtConcurrentMap", "qtconcurrentmap.h" => "QtConcurrentMap",
"qtconcurrentfilter.h" => "QtConcurrentFilter", "qtconcurrentfilter.h" => "QtConcurrentFilter",
"qtconcurrentrun.h" => "QtConcurrentRun", "qtconcurrentrun.h" => "QtConcurrentRun",
"qpassworddigestor.h" => "QPasswordDigestor",
); );
%deprecatedheaders = ( %deprecatedheaders = (
"QtGui" => { "QtGui" => {