Navigation Menu

Skip to content

Commit

Permalink
fix sip binding of QgsCredentials::get() (always returned true; partl…
Browse files Browse the repository at this point in the history
…y rolls back dcf3ede)
  • Loading branch information
jef-n committed Jan 12, 2013
1 parent 82ea429 commit 98dad7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgscredentials.sip
Expand Up @@ -8,7 +8,7 @@ class QgsCredentials
//! virtual destructor
virtual ~QgsCredentials();

bool get( QString realm, QString &username /In,Out/, QString &password /In,Out/, QString message = QString::null );
bool get( QString realm, QString &username, QString &password, QString message = QString::null );
void put( QString realm, QString username, QString password );

//! retrieves instance
Expand Down

0 comments on commit 98dad7d

Please sign in to comment.