mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
Const correctness
This commit is contained in:
parent
a5d818cf8d
commit
98ef2fe601
@ -143,7 +143,7 @@ class CORE_EXPORT QgsDataProvider : public QObject
|
||||
{
|
||||
if ( expandAuthConfig && mDataSourceURI.contains( QLatin1String( "authcfg" ) ) )
|
||||
{
|
||||
QgsDataSourceUri uri( mDataSourceURI );
|
||||
const QgsDataSourceUri uri( mDataSourceURI );
|
||||
return uri.uri( expandAuthConfig );
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user