We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036c35a commit 740f671Copy full SHA for 740f671
src/gui/editorwidgets/qgsvaluerelationwidgetwrapper.cpp
@@ -74,7 +74,7 @@ QVariant QgsValueRelationWidgetWrapper::value() const
74
{
75
QVariantList vl;
76
//store as QVariantList because it's json
77
- foreach ( QString s, selection )
+ for ( const QString &s, qgis::as_const( selection ) )
78
79
vl << s;
80
}
0 commit comments