qt5base-lts/examples/widgets
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
..
animation Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
desktop Long live QKeyCombination! 2020-09-03 07:00:31 +02:00
dialogs Rename QLibraryInfo::location() to path() 2020-09-12 23:35:56 +02:00
doc macOS: rename 'macintosh' style to 'macos' 2020-08-26 16:37:43 +02:00
draganddrop CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
effects CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
gallery Deprecate and remove uses of AA_DisableHighDpiScaling 2020-08-31 19:14:55 +02:00
gestures CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
graphicsview High-DPI: Remove usage of Qt::AA_EnableHighDpiScaling 2020-08-28 20:08:43 +02:00
itemviews Rename QLibraryInfo::location() to path() 2020-09-12 23:35:56 +02:00
layouts CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
mainwindows Port from devicePixelRatioF() to devicePixelRatio() 2020-09-10 17:28:11 +02:00
painting Remove deprecated QPrinter and QPagedPaintDevice APIs 2020-09-04 08:37:59 +02:00
qnx/foreignwindows Use QList instead of QVector in statemachine 2020-07-06 14:06:13 +02:00
richtext Remove obsolete APIs and comments from QAbstractPrintDialog 2020-09-10 17:29:52 +02:00
scroller CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
tools Make QStringList an alias to QList<QString> 2020-09-12 23:37:15 +02:00
touch CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
tutorials CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
widgets Port from devicePixelRatioF() to devicePixelRatio() 2020-09-10 17:28:11 +02:00
windowcontainer CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
.prev_CMakeLists.txt Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
CMakeLists.txt Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
widgets.pro Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00