mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #130] Collections example warnings #75
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#75
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vadi2 on GitHub (May 5, 2019).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/130
Running the collections example produces the following warnings:
@pauldotknopf commented on GitHub (May 8, 2019):
When you bind to a property in QML, it is assumed you want QML to also "watch" the property for changes. It can't do that if it has no signal to listen to for changes.