Skip to content

Commit 036c35a

Browse files
m-kuhnsignedav
andcommittedJan 7, 2019
Update src/gui/editorwidgets/qgsvaluerelationwidgetwrapper.cpp
Co-Authored-By: signedav <david@opengis.ch>
1 parent 8fd47c9 commit 036c35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/editorwidgets/qgsvaluerelationwidgetwrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ QVariant QgsValueRelationWidgetWrapper::value() const
8383
else
8484
{
8585
//store as hstore string
86-
v = selection.join( QStringLiteral( "," ) ).prepend( '{' ).append( '}' );
86+
v = selection.join( QStringLiteral( ',' ) ).prepend( '{' ).append( '}' );
8787
}
8888
}
8989

0 commit comments

Comments
 (0)