qt6-bb10/src/gui/util
Lars Knoll 652bd1efca Make QStringList an alias to QList<QString>
Fix our API, so that QStringList and QList<QString> are the
same thing.

This required a bit of refactoring in QList and moving the
indexOf(), lastIndexOf() and contains() method into
QListSpecialMethods. In addition, we need to ensure that
the QStringList(const QString&) constructor is still available
for compatibility with Qt 5.

Once those two are done, all methods in QStringList can be moved
into QListSpecialMethods<QString>.

Change-Id: Ib8afbf5b6d9df4d0d47051252233506f62335fa3
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-09-12 23:37:15 +02:00
..
qabstractlayoutstyleinfo.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qabstractlayoutstyleinfo_p.h Add qtguiglobal.h and qtguiglobal_p.h 2016-07-03 07:55:57 +00:00
qastchandler.cpp Add ; to Q_UNUSED 2020-07-07 11:51:48 +02:00
qastchandler_p.h QTextureFileReader: add support for astc format files 2019-02-27 13:00:56 +00:00
qdesktopservices.cpp Doc: Compile GUI util snippets 2020-09-01 06:11:46 +02:00
qdesktopservices.h Make QStringList an alias to QList<QString> 2020-09-12 23:37:15 +02:00
qedidparser.cpp Move the EDID parser into QtGui 2020-07-01 00:46:59 +02:00
qedidparser_p.h Move the EDID parser into QtGui 2020-07-01 00:46:59 +02:00
qedidvendortable_p.h Move the EDID parser into QtGui 2020-07-01 00:46:59 +02:00
qgridlayoutengine.cpp Another round of 0->nullptr cleanup 2020-07-31 12:56:50 +02:00
qgridlayoutengine_p.h Use QList instead of QVector in gui 2020-06-29 19:19:47 +02:00
qhexstring_p.h QtGui: fix a few more char/int/uint -> QChar conversions 2020-04-30 00:30:57 +02:00
qktxhandler.cpp Disentangle QIODevice dependencies 2020-08-15 20:55:31 +02:00
qktxhandler_p.h Add API for reading and decoding graphical texture files 2018-07-24 16:46:05 +00:00
qlayoutpolicy.cpp QtGui: Unify license headers 2019-01-29 10:41:31 +00:00
qlayoutpolicy_p.h Merge remote-tracking branch 'origin/5.12' into 5.13 2019-02-08 12:31:02 +01:00
qpkmhandler.cpp Add ; to Q_UNUSED 2020-07-07 11:51:48 +02:00
qpkmhandler_p.h Add API for reading and decoding graphical texture files 2018-07-24 16:46:05 +00:00
qshaderformat.cpp Another round of using noexcept instead of pre-C++11 defines 2020-08-13 19:58:40 +02:00
qshaderformat_p.h Another round of using noexcept instead of pre-C++11 defines 2020-08-13 19:58:40 +02:00
qshadergenerator.cpp Use QList instead of QVector in gui implementation 2020-07-07 20:35:05 +02:00
qshadergenerator_p.h Only generate temporaries when it makes sense 2019-05-02 12:47:05 +00:00
qshadergraph.cpp Use QList instead of QVector in gui implementation 2020-07-07 20:35:05 +02:00
qshadergraph_p.h Use QList instead of QVector in gui 2020-06-29 19:19:47 +02:00
qshadergraphloader.cpp Use QMetaType in QMetaCallEvent 2020-08-24 00:19:36 +02:00
qshadergraphloader_p.h Replace Q_DECL_NOEXCEPT with noexcept in QtGui 2019-04-05 22:26:49 +00:00
qshaderlanguage.cpp QtGui: Unify license headers 2019-01-29 10:41:31 +00:00
qshaderlanguage_p.h Introduce Q_NAMESPACE_EXPORT 2019-06-28 06:47:29 +02:00
qshadernode.cpp Use QList instead of QVector in gui implementation 2020-07-07 20:35:05 +02:00
qshadernode_p.h Use QList instead of QVector in gui 2020-06-29 19:19:47 +02:00
qshadernodeport.cpp Replace Q_DECL_NOEXCEPT with noexcept in QtGui 2019-04-05 22:26:49 +00:00
qshadernodeport_p.h Replace Q_DECL_NOEXCEPT with noexcept in QtGui 2019-04-05 22:26:49 +00:00
qshadernodesloader.cpp Clean up int based convert() API 2020-08-24 00:19:24 +02:00
qshadernodesloader_p.h Replace Q_DECL_NOEXCEPT with noexcept in QtGui 2019-04-05 22:26:49 +00:00
qtexturefiledata.cpp Use QList instead of QVector in gui implementation 2020-07-07 20:35:05 +02:00
qtexturefiledata_p.h Add API for reading and decoding graphical texture files 2018-07-24 16:46:05 +00:00
qtexturefilehandler_p.h QtGui: Unify license headers 2019-01-29 10:41:31 +00:00
qtexturefilereader.cpp QTextureFileReader: add support for astc format files 2019-02-27 13:00:56 +00:00
qtexturefilereader_p.h Add API for reading and decoding graphical texture files 2018-07-24 16:46:05 +00:00
qundogroup.cpp Move undo framework out of Qt Widgets 2020-03-30 12:36:29 +02:00
qundogroup.h Move undo framework out of Qt Widgets 2020-03-30 12:36:29 +02:00
qundostack.cpp Add ; to Q_UNUSED 2020-07-07 11:51:48 +02:00
qundostack.h Move undo framework out of Qt Widgets 2020-03-30 12:36:29 +02:00
qundostack_p.h Move undo framework out of Qt Widgets 2020-03-30 12:36:29 +02:00
qvalidator.cpp Fix Clang 10 warning about LLONG_MAX being inexact in double 2020-05-05 12:24:12 -07:00
qvalidator.h Make setRange methods in QValidator subclasses non-virtual 2020-04-03 16:05:04 +02:00
util.pri Move the EDID parser into QtGui 2020-07-01 00:46:59 +02:00