summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativenotifier/qdeclarativenotifier.pro
Commit message (Collapse)AuthorAgeFilesLines
* Make connectNotify() work with QMLThomas McGuire2012-08-311-0/+12
Call connectNotify() and disconnectNotify() in QML signal handlers and in QML bindings. This is a backport of Qt5's QtDeclarative commit 26ea8e01e9ee2a8c8c09266147b94c9ac92d09f9. Task-number: QTBUG-11284 Change-Id: If5c3701426208875f3b775040c4e7bcbaac2b0a9 Reviewed-by: Kent Hansen <kent.hansen@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>