Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix API break
Co-Authored-By: Denis Rouzaud <denis.rouzaud@gmail.com>
  • Loading branch information
m-kuhn and 3nids committed Mar 12, 2020
1 parent 94fc1ba commit 23f8640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/fieldformatter/qgsvaluerelationfieldformatter.h
Expand Up @@ -39,7 +39,7 @@ class CORE_EXPORT QgsValueRelationFieldFormatter : public QgsFieldFormatter
struct ValueRelationItem
{
//! Constructor for ValueRelationItem
ValueRelationItem( const QVariant &key, const QString &value, const QString &description )
ValueRelationItem( const QVariant &key, const QString &value, const QString &description = QString() )
: key( key )
, value( value )
, description( description )
Expand Down

0 comments on commit 23f8640

Please sign in to comment.