summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qlinkedlist
Commit message (Expand)AuthorAgeFilesLines
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Deprecate setSharable in Qt containersThiago Macieira2014-04-241-1/+5
* QLinkedList - extend the auto test.Thorbjørn Martsum2013-08-291-1/+1005
* QLinkedList - fix insert with iterator when the list is shared.Thorbjørn Martsum2013-08-241-0/+19
* QLinkedList - fix erase with iterator when the list is shared.Thorbjørn Martsum2013-08-242-0/+82