aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextinput/data/maxLength.qml
Commit message (Collapse)AuthorAgeFilesLines
* tst_qquicktextinput/data::maxLength(): Fix assert about zero-width window.Friedemann Kleint2013-09-121-0/+2
| | | | | | | | Occurring with ANGLE-builds. Task-number: QTBUG-32541 Change-Id: Ib48f0c802dd3242a227f8c5d7fda2fccca71403a Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-0/+7
Symbols beginning with QDeclarative are already exported by the quick1 module. Users can apply the bin/rename-qtdeclarative-symbols.sh script to modify client code using the previous names of the renamed symbols. Task-number: QTBUG-23737 Change-Id: Ifaa482663767634931e8711a8e9bf6e404859e66 Reviewed-by: Martin Jones <martin.jones@nokia.com>