Skip to content

Commit

Permalink
fixtypo
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Dec 19, 2022
1 parent 0900e44 commit 57bdb02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ namespace Concerns
/*! Obtain ids from the Related models. */
QVector<QVariant>
getRelatedIds(const QVector<std::reference_wrapper<Related>> &models) const;
/*! Obtain ids from the QVector<AttributeItem>. */
/*! Obtain ids from the vector of pivot models. */
QVector<QVariant>
getRelatedIds(const QVector<PivotType> &pivots) const;

Expand Down

0 comments on commit 57bdb02

Please sign in to comment.