summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/signal/birthdayparty.h
Commit message (Collapse)AuthorAgeFilesLines
* Improve docs and examples for Extending QML in C++Bea Lam2010-04-211-9/+9
|
* QML_DECLARE_TYPE is no longer necessary - fix docs and examplesBea Lam2010-04-191-3/+0
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-3/+3
| | | | QDeclarativeXXX.
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-3/+5
| | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer).
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* fix headersWarwick Allison2009-10-301-0/+40
|
* Docs.Martin Jones2009-10-261-3/+5
|
* DocAaron Kennedy2009-07-071-0/+52