summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativeconnections_p.h
Commit message (Collapse)AuthorAgeFilesLines
* 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