Skip to content
Snippets Groups Projects
Commit 2a86f990 authored by Vitaly Fanaskov's avatar Vitaly Fanaskov
Browse files

Slightly improved readme

parent 22932774
No related branches found
No related tags found
No related merge requests found
Pipeline #3158 canceled
## General information:
## General information
Some experiments of using QObject with ranges for iterating through its children. This is only a proof of concept, so proper forward iterator for tree is not implemented. It means, that the view is not that lazy now. But it have to be of course.
See test folder for further details.
......@@ -16,7 +16,7 @@ See test folder for further details.
* Laziness (at some corner cases you probably want to preserve result range, which might be slightly less efficient)
* Users need to get used to this syntax and keep all of the limitations and in mind
## Build instruction
## Build instructions
```
git clone --recursive git@git.qt.io:vifanask/qobject-with-ranges.git
cd qobject-with-ranges/test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment