mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
make sslmode optional
git-svn-id: http://svn.osgeo.org/qgis/trunk@10482 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
1108e7e06a
commit
326f4727d7
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user