summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativeconnections_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-161-13/+13
| | | | Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Don't export declarative private classesMartin Jones2010-07-011-1/+1
| | | | | Those required by creator are still exported. Everything else is no longer exported.
* Make QDeclarativeParserStatus method pure virtual to encourage right code.Warwick Allison2010-04-301-0/+1
| | | | | Fix all code to be right, except multimedia. Currently, it's not *required* that types work without componentComplete, so not vital.
* Stricter (but controllable) error reporting on Connections signal-name ↵Warwick Allison2010-04-291-0/+4
| | | | error. And test.
* Rename files to follow class name.Warwick Allison2010-02-261-0/+98
Task-number: QT-2822