Skip to content

Commit

Permalink
Add QPasswordDigestor to syncqt
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Morten242 committed Dec 12, 2019
1 parent 4639660 commit 5612f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sync.profile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"qtconcurrentmap.h" => "QtConcurrentMap",
"qtconcurrentfilter.h" => "QtConcurrentFilter",
"qtconcurrentrun.h" => "QtConcurrentRun",
"qpassworddigestor.h" => "QPasswordDigestor",
);
%deprecatedheaders = (
"QtGui" => {
Expand Down

0 comments on commit 5612f24

Please sign in to comment.