diff --git a/include/orm/tiny/relations/concerns/interactswithpivottable.hpp b/include/orm/tiny/relations/concerns/interactswithpivottable.hpp index c2048b2d9..0179f332d 100644 --- a/include/orm/tiny/relations/concerns/interactswithpivottable.hpp +++ b/include/orm/tiny/relations/concerns/interactswithpivottable.hpp @@ -247,7 +247,7 @@ namespace Concerns /*! Obtain ids from the Related models. */ QVector getRelatedIds(const QVector> &models) const; - /*! Obtain ids from the QVector. */ + /*! Obtain ids from the vector of pivot models. */ QVector getRelatedIds(const QVector &pivots) const;