updated todo tasks

This commit is contained in:
silverqx
2021-08-06 15:20:06 +02:00
parent a753c3c016
commit 65a0274efd
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ namespace Orm::Tiny
/*! Get the underlying query builder instance. */
QueryBuilder &getQuery() const;
// TODO now fix revisit silverqx
// CUR this cant be const &, omg, OR can be? I can make copy immediatelly, but anyway it should be non-const non-ref silverqx
// CUR1 this cant be const &, omg, OR can be? I can make copy immediatelly, but anyway it should be non-const non-ref silverqx
/*! Get the underlying query builder instance as a QSharedPointer. */
const QSharedPointer<QueryBuilder> &
getQuerySharedPointer() const;