-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add quick item childen (can be nested) #27
base: master
Are you sure you want to change the base?
Add quick item childen (can be nested) #27
Conversation
This looks nice - could you rebase the code on master please, now that you fixed the travis tests (+1 !) it should compile and every test should pass. Also, if you are motivated, a functional test would be awesome for the new addition. Though I understand if you don't have the time, and I will merge it like this if you want to. |
Ok, I'll do it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The proposed fix should fix Travis build
dbe1d9e
to
58b2fc6
Compare
I'm writing some functional tests for QML and maybe I'll also create the unit tests for this feature. |
awesome :) |
626381a
to
15f6807
Compare
15f6807
to
d9df8d5
Compare
342b0d5
to
ccd8692
Compare
Hi, are there any updates on this PR? |
Hello @SnkE, the blocker is testing this in Windows, I've created a QML application to make functional tests of this feature. If you have some ideas please let me known. |
33bf357
to
ac4aa77
Compare
e3f43e5
to
cbe445a
Compare
This PR aims to enable to get children from items (also nested items)