summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstringlist.h
Commit message (Expand)AuthorAgeFilesLines
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-217/+77
* QStringList: inherit the constructors from QListGiuseppe D'Angelo2020-08-251-5/+1
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-12/+0
* Use qsizetype in QListLars Knoll2020-07-061-19/+19
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-35/+35
* Remove QRegExp support from QString and StringListLars Knoll2020-05-141-56/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-17/+0
|\
| * De-inline Qt::SplitBehavior splitters of QString and QStringRefEdward Welbourne2020-02-281-17/+0
* | Move QListSpecialMethods over to QVectorLars Knoll2019-10-301-37/+37
|/
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+406