summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativenotifier_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Connect property alias change signals on useAaron Kennedy2010-10-071-16/+1
| | | | Task-number: QTBUG-14089
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Fix crashAaron Kennedy2010-03-171-1/+1
| | | | | | If the notifier gets swapped out during emitting, the endpoint is also invalidated. Thus the "disconnected" writeback must track the endpoint not just the Notifier.
* CrashAaron Kennedy2010-03-171-8/+12
|
* Unify binding optimizer and QtScript binding signal management logicAaron Kennedy2010-03-101-0/+272