mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-07 17:19:37 -05:00
whitespaces
This commit is contained in:
@@ -84,6 +84,7 @@ namespace Concerns
|
||||
/*! Set the given relationship on the model. */
|
||||
template<typename Related>
|
||||
Derived &setRelation(const QString &relation, QVector<Related> &&models);
|
||||
|
||||
/*! Set the given relationship on the model. */
|
||||
template<typename Related>
|
||||
Derived &setRelation(const QString &relation,
|
||||
@@ -91,6 +92,7 @@ namespace Concerns
|
||||
/*! Set the given relationship on the model. */
|
||||
template<typename Related>
|
||||
Derived &setRelation(const QString &relation, std::optional<Related> &&model);
|
||||
|
||||
/*! Set the given relationship on the model. */
|
||||
template<typename Related>
|
||||
requires std::is_base_of_v<Relations::IsPivotModel, Related>
|
||||
|
||||
Reference in New Issue
Block a user