summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstringlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* QList: make (last)IndexOf and contains function templatesGiuseppe D'Angelo2020-10-231-49/+0
* QStringList: inherit the constructors from QListGiuseppe D'Angelo2020-08-251-23/+0
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-33/+0
* Use qsizetype in QListLars Knoll2020-07-061-28/+28
* Remove QRegExp support from QString and StringListLars Knoll2020-05-141-120/+2
* Move methods using QRegExp in QString(List) over to QRegExpLars Knoll2020-05-141-35/+6
* QStringList: use local storage in removeDuplicates()Marc Mutz2020-01-261-6/+4
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+923