From 4261d477c7c5d12711da7556895c4fb0c9436ee4 Mon Sep 17 00:00:00 2001 From: silverqx Date: Sat, 20 Aug 2022 15:42:07 +0200 Subject: [PATCH] whitespaces --- include/orm/tiny/concerns/hasrelationships.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/orm/tiny/concerns/hasrelationships.hpp b/include/orm/tiny/concerns/hasrelationships.hpp index 0b53dd249..79ebc264a 100644 --- a/include/orm/tiny/concerns/hasrelationships.hpp +++ b/include/orm/tiny/concerns/hasrelationships.hpp @@ -84,6 +84,7 @@ namespace Concerns /*! Set the given relationship on the model. */ template Derived &setRelation(const QString &relation, QVector &&models); + /*! Set the given relationship on the model. */ template Derived &setRelation(const QString &relation, @@ -91,6 +92,7 @@ namespace Concerns /*! Set the given relationship on the model. */ template Derived &setRelation(const QString &relation, std::optional &&model); + /*! Set the given relationship on the model. */ template requires std::is_base_of_v