summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeinfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix QT_NO_TEXTSTREAM compilation errors.Tasuku Suzuki2010-05-311-0/+2
| | | | | Merge-request: 647 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
* Compile on Windows (export decl fix).Warwick Allison2010-04-211-3/+3
|
* Fix crash when QDeclarativeInfo objects are copiedAaron Kennedy2010-04-211-17/+9
|
* CompileAaron Kennedy2010-04-191-0/+2
|
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-0/+17
| | | | QTBUG-9726
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+92
QDeclarativeXXX.