From 5612f24dc53d64f1d713db561ca66f780fa1cb76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Thu, 12 Dec 2019 10:33:34 +0100 Subject: 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 --- sync.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index fd44197a00..0292bf0dc2 100644 --- a/sync.profile +++ b/sync.profile @@ -66,6 +66,7 @@ "qtconcurrentmap.h" => "QtConcurrentMap", "qtconcurrentfilter.h" => "QtConcurrentFilter", "qtconcurrentrun.h" => "QtConcurrentRun", + "qpassworddigestor.h" => "QPasswordDigestor", ); %deprecatedheaders = ( "QtGui" => { -- cgit v1.2.3