summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlscript.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Small doc fixes.Martin Jones2009-11-251-2/+2
|
* Doc improvmentsBea Lam2009-11-251-13/+18
|
* fix headersWarwick Allison2009-10-291-16/+16
|
* Make Script an instrinsic typeAaron Kennedy2009-10-071-0/+82
This allows us to delay the QML load until external script files have been loaded from the network, and to correctly scope these scripts.