summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativenotifier.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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-7/+7
| | | | | | 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.
* Reenable the QML binding optimizer for "safe" optimizationsAaron Kennedy2010-03-121-1/+2
|
* Unify binding optimizer and QtScript binding signal management logicAaron Kennedy2010-03-101-0/+109