summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearraylist.h
Commit message (Expand)AuthorAgeFilesLines
* QList: make (last)IndexOf and contains function templatesGiuseppe D'Angelo2020-10-231-12/+4
* Remove QByteArrayList_indexOfGiuseppe D'Angelo2020-10-181-1/+0
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+7
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-8/+8
* Inline the size and data pointers in QByteArrayThiago Macieira2019-12-081-5/+0
* Inline the size and begin pointer in QVectorThiago Macieira2019-12-081-0/+2
* Move QListSpecialMethods over to QVectorLars Knoll2019-10-301-8/+8
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+94