Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix grammar
  • Loading branch information
wonder-sk committed Mar 13, 2020
1 parent 31ee21d commit 7d58725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/quickgui/qgsquickvaluerelationlistmodel.h
Expand Up @@ -36,10 +36,10 @@ class QUICK_EXPORT QgsQuickValueRelationListModel : public QAbstractListModel
{
Q_OBJECT
public:
//! Construct an empty list model
//! Constructs an empty list model
QgsQuickValueRelationListModel( QObject *parent = nullptr );

//! Populate the model from vector layer's widget configuration
//! Populates the model from vector layer's widget configuration
Q_INVOKABLE void populate( const QVariantMap &config, const QgsFeature &formFeature = QgsFeature() );

//! Returns key for the given rown number (invalid variant if outside of the valid range)
Expand Down

0 comments on commit 7d58725

Please sign in to comment.