Skip to content

Commit

Permalink
fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 30, 2020
1 parent baa7f51 commit 4c2e552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsfeaturelistcombobox.cpp
Expand Up @@ -242,7 +242,7 @@ void QgsFeatureListComboBox::setAllowNull( bool allowNull )
QVariant QgsFeatureListComboBox::identifierValue() const
{
Q_NOWARN_DEPRECATED_PUSH
return mModel->extraIdentifierValues().at( 0 );
return mModel->extraIdentifierValues().value( 0 );
Q_NOWARN_DEPRECATED_POP
}

Expand Down

0 comments on commit 4c2e552

Please sign in to comment.