make sslmode optional

git-svn-id: http://svn.osgeo.org/qgis/trunk@10482 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2009-04-06 09:41:30 +00:00
parent 1108e7e06a
commit 326f4727d7
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,