mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Allow connection with local ident on non-standard port
This commit is contained in:
parent
5f9c1ddea6
commit
fb51c27862
@ -480,6 +480,10 @@ QString QgsDataSourceURI::connectionInfo() const
|
||||
else if ( mHost != "" )
|
||||
{
|
||||
connectionItems << "host=" + mHost;
|
||||
}
|
||||
|
||||
if ( mService.isEmpty() )
|
||||
{
|
||||
if ( mPort != "" )
|
||||
connectionItems << "port=" + mPort;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user