Skip to content

Commit 6bbc9d5

Browse files
committedAug 7, 2015
Don't strip "-prefixes from QgsDataDefined fields
followup 1e6483c The field should not be provided with an expression format but plain
1 parent ae0a532 commit 6bbc9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsdatadefined_p.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class QgsDataDefinedPrivate : public QSharedData
4444
, active( active )
4545
, useExpression( useExpression )
4646
, expressionString( expressionString )
47-
, field( field.remove( QRegExp( "^\"|\"$" ) ) )
47+
, field( field )
4848
, expressionPrepared( false )
4949
{
5050
}

0 commit comments

Comments
 (0)
Please sign in to comment.