Skip to content

Commit dec28b4

Browse files
committed
add missed sslmode to sip binding (followup 31e43a9)
1 parent 191476b commit dec28b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/qgsdatasourceuri.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class QgsDataSourceURI
1414
%End
1515

1616
public:
17-
enum SSLmode { SSLprefer, SSLdisable, SSLallow, SSLrequire, SSLverifyCA };
17+
enum SSLmode { SSLprefer, SSLdisable, SSLallow, SSLrequire, SSLverifyCA, SSLverifyFull };
1818

1919
//! default constructor
2020
QgsDataSourceURI();

0 commit comments

Comments
 (0)