Skip to content

Commit e38b3b7

Browse files
committed
docs updated note admonition
[skip ci]
1 parent bab8314 commit e38b3b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tinyorm/collections.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,7 @@ auto filtered = users.whereNotNull("name");
13151315
```
13161316
13171317
:::note
1318-
The `NullVariant` class returns the correct `null` QVariant for both Qt 5 `QVariant(QVariant::String)` and also Qt 6 `QVariant(QMetaType(QMetaType::QString))`.
1318+
The `NullVariant` class returns the correct `null` QVariant for both Qt 5 `QVariant(QVariant::String)` and also Qt 6 `QVariant(QMetaType(QMetaType::QString))`. The reason why this class still exists even after Qt v5.15 support was removed is the performance boost.
13191319
:::
13201320
13211321
#### `whereNull()` {#method-wherenull}
@@ -1339,7 +1339,7 @@ auto filtered = users.whereNotNull("name");
13391339
```
13401340
13411341
:::note
1342-
The `NullVariant` class returns the correct `null` QVariant for both Qt 5 `QVariant(QVariant::String)` and also Qt 6 `QVariant(QMetaType(QMetaType::QString))`.
1342+
The `NullVariant` class returns the correct `null` QVariant for both Qt 5 `QVariant(QVariant::String)` and also Qt 6 `QVariant(QMetaType(QMetaType::QString))`. The reason why this class still exists even after Qt v5.15 support was removed is the performance boost.
13431343
:::
13441344
13451345
</div>

0 commit comments

Comments
 (0)