https://bugs.kde.org/show_bug.cgi?id=406295

--- Comment #6 from Adam Williamson <ad...@happyassassin.net> ---
huh, another finding which kinda surprised me: if you take out the call to
`sourcesView.model.setData` so that the block just looks like this:

                    onClicked: {
                        checked = Qt.binding(function() { return modelChecked
!== Qt.Unchecked; })
                    }

you get the same behaviour as if you remove the block entirely. The checkboxes
change state correctly every time you click them, but do nothing. That's not
what I was expecting, actually - I was expecting them to do nothing and have
buggy behaviour (probably stay in the same state no matter how often you
clicked them). Not sure of the significance of that, though.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to