We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 0fd3613 commit 98a8290Copy full SHA for 98a8290
src/gui/qgsmanageconnectionsdialog.cpp
@@ -277,7 +277,7 @@ bool QgsManageConnectionsDialog::populateConnections()
277
connections = QgsVectorTileProviderConnection::sTreeConnectionVectorTile->items();
278
break;
279
}
280
- for ( const QString &connection : connections )
+ for ( const QString &connection : std::as_const( connections ) )
281
{
282
QListWidgetItem *item = new QListWidgetItem();
283
item->setText( connection );
0 commit comments