Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make sslmode optional
git-svn-id: http://svn.osgeo.org/qgis/trunk@10482 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 6, 2009
1 parent 1108e7e commit 326f472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsdatasourceuri.sip
Expand Up @@ -35,7 +35,7 @@ public:
const QString& aDatabase,
const QString& aUsername,
const QString& aPassword,
SSLmode sslmode );
SSLmode sslmode = SSLprefer );

//! Set all data source related members at once
void setDataSource(const QString& aSchema,
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsdatasourceuri.h
Expand Up @@ -53,7 +53,7 @@ class CORE_EXPORT QgsDataSourceURI
const QString& aDatabase,
const QString& aUsername,
const QString& aPassword,
SSLmode sslmode );
SSLmode sslmode = SSLprefer );

//! Set all data source related members at once
void setDataSource( const QString& aSchema,
Expand Down

0 comments on commit 326f472

Please sign in to comment.