Skip to content

Commit

Permalink
XYZ connection settings are in a dedicated class
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 24, 2023
1 parent fb49e6e commit 604867b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmanageconnectionsdialog.cpp
Expand Up @@ -271,7 +271,7 @@ bool QgsManageConnectionsDialog::populateConnections()
connections = QgsOwsConnection::sTreeOwsConnections->items( {QStringLiteral( "geonode" )} );
break;
case XyzTiles:
connections = QgsOwsConnection::sTreeOwsConnections->items( {QStringLiteral( "xyz" )} );
connections = QgsXyzConnectionSettings::sTreeXyzConnections->items()
break;
case ArcgisMapServer:
settings.beginGroup( QStringLiteral( "/qgis/connections-arcgismapserver" ) );
Expand Down

0 comments on commit 604867b

Please sign in to comment.