whitespaces

This commit is contained in:
silverqx
2022-08-20 15:42:07 +02:00
parent fc0f1b79de
commit 4261d477c7
@@ -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>