summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativexmlhttprequest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-5/+5
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Technically, Location can be relative (never is though...)Warwick Allison2010-03-101-1/+1
|
* Don't assume documents are in UTF-8.Bea Lam2010-03-051-3/+16
| | | | Task-number: QTBUG-7719
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+1631
QDeclarativeXXX.