Skip to content

Commit

Permalink
updated comment about NullVariant class
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 30, 2024
1 parent 3ba1397 commit 19bcd37
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/orm/utils/nullvariant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
combinations of rvalue or passing by value on the recipient side (eg. to some
function).
I wanted to refactor this to returning by value because practically all NullVariant
method calls are used as factory methods but I denied it after I tested it. */
method calls are used as factory methods but I denied it after I tested it.
Also, the primary reason this class exists was to support the older Qt v5.15,
what means this class isn't needed anymore, but I have decided to leave it because of
the above-described performance boost. 😎 */

TINYORM_BEGIN_COMMON_NAMESPACE

Expand Down

0 comments on commit 19bcd37

Please sign in to comment.