Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #283 from alexbruy/datasourceuri_sip
expose encodedUri() method in bindings
  • Loading branch information
mhugent committed Oct 10, 2012
2 parents 2be41ab + b1ac946 commit 3d79a0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/core/qgsdatasourceuri.sip
Expand Up @@ -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 );
Expand Down

0 comments on commit 3d79a0b

Please sign in to comment.