mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
expose encodedUri() method in bindings
This commit is contained in:
parent
2be41abd1b
commit
b1ac9469cf
@ -27,6 +27,10 @@ class QgsDataSourceURI
|
||||
//! return complete uri
|
||||
QString uri() const;
|
||||
|
||||
//! return complete encoded uri (generic mode)
|
||||
// \note added in 1.9
|
||||
QByteArray encodedUri() const;
|
||||
|
||||
//! set complete encoded uri (generic mode)
|
||||
// \note added in 1.9
|
||||
void setEncodedUri( const QString & uri );
|
||||
|
Loading…
x
Reference in New Issue
Block a user