mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
add missed sslmode to sip binding (followup 31e43a9)
This commit is contained in:
parent
191476bfe0
commit
dec28b4109
@ -14,7 +14,7 @@ class QgsDataSourceURI
|
||||
%End
|
||||
|
||||
public:
|
||||
enum SSLmode { SSLprefer, SSLdisable, SSLallow, SSLrequire, SSLverifyCA };
|
||||
enum SSLmode { SSLprefer, SSLdisable, SSLallow, SSLrequire, SSLverifyCA, SSLverifyFull };
|
||||
|
||||
//! default constructor
|
||||
QgsDataSourceURI();
|
||||
|
Loading…
x
Reference in New Issue
Block a user