Skip to content

Commit

Permalink
expose encodedUri() method in bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Oct 10, 2012
1 parent 2be41ab commit b1ac946
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 b1ac946

Please sign in to comment.