summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativestringconverters.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make string -> int conversion consistent in bindingsAaron Kennedy2010-04-081-0/+4
| | | | QTBUG-9538
* Improve static assignment to QVariant's in the int and double caseAaron Kennedy2010-04-081-4/+0
|
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+276
QDeclarativeXXX.