add missed sslmode to sip binding (followup 31e43a9)

This commit is contained in:
Juergen E. Fischer 2016-02-26 20:40:57 +01:00
parent 191476bfe0
commit dec28b4109

View File

@ -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();