Skip to content
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

rowsChanged signal handler doesn't work #43

Closed
comrat opened this issue Apr 20, 2017 · 1 comment
Closed

rowsChanged signal handler doesn't work #43

comrat opened this issue Apr 20, 2017 · 1 comment
Assignees
Labels

Comments

@comrat
Copy link
Contributor

comrat commented Apr 20, 2017

If you try to handle 'rowsChanged' signal in ListModel corresponded handler will be not called.
Example for reproducing:
ListModel {
onRowsChanged: { log("onRowsChanged") }
}

Suggestion:
I suppose it's all because of conflict with property changed signal, I mean that 'onRowsChanged' handler is treated as handler for property 'rows' changed signal instead of 'rowsChanged' signal

@whoozle
Copy link
Collaborator

whoozle commented May 14, 2017

I've botched it in a6453b4, proper fix will be available later

@whoozle whoozle closed this as completed May 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants