File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
python/core/auto_generated/auth Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -646,12 +646,12 @@ Remove a certificate authority
646
646
647
647
bool setDefaultCertTrustPolicy( QgsAuthCertUtils::CertTrustPolicy policy );
648
648
%Docstring
649
- Sets the default certificate trust policy perferred by user
649
+ Sets the default certificate trust policy preferred by user
650
650
%End
651
651
652
652
QgsAuthCertUtils::CertTrustPolicy defaultCertTrustPolicy();
653
653
%Docstring
654
- Get the default certificate trust policy perferred by user
654
+ Get the default certificate trust policy preferred by user
655
655
%End
656
656
657
657
const QMap<QgsAuthCertUtils::CertTrustPolicy, QStringList > certTrustCache();
Original file line number Diff line number Diff line change @@ -5056,6 +5056,7 @@ percepted:perceived
5056
5056
percieve:perceive
5057
5057
percieved:perceived
5058
5058
perenially:perennially
5059
+ perferred:preferred
5059
5060
perfom:perform
5060
5061
perfomance:performance
5061
5062
perfomed:performed
Original file line number Diff line number Diff line change @@ -577,10 +577,10 @@ class CORE_EXPORT QgsAuthManager : public QObject
577
577
*/
578
578
QgsAuthCertUtils::CertTrustPolicy certificateTrustPolicy ( const QSslCertificate &cert );
579
579
580
- // ! Sets the default certificate trust policy perferred by user
580
+ // ! Sets the default certificate trust policy preferred by user
581
581
bool setDefaultCertTrustPolicy ( QgsAuthCertUtils::CertTrustPolicy policy );
582
582
583
- // ! Get the default certificate trust policy perferred by user
583
+ // ! Get the default certificate trust policy preferred by user
584
584
QgsAuthCertUtils::CertTrustPolicy defaultCertTrustPolicy ();
585
585
586
586
/* *
You can’t perform that action at this time.
0 commit comments