qt5base-lts/examples/widgets/tools
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
..
completer CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
customcompleter CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
echoplugin CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
i18n Move QStringRef and remains to Qt5Compat 2020-08-20 00:58:13 +02:00
plugandpaint Make QStringList an alias to QList<QString> 2020-09-12 23:37:15 +02:00
regularexpression CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
settingseditor Deprecate the static int based API in QMetaType 2020-08-24 00:19:05 +02:00
styleplugin CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
treemodelcompleter CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
undo High-DPI: Remove usage of Qt::AA_EnableHighDpiScaling 2020-08-28 20:08:43 +02:00
undoframework CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
.prev_CMakeLists.txt Move QTextCodec support out of QtCore 2020-06-20 02:04:38 +02:00
CMakeLists.txt Move QTextCodec support out of QtCore 2020-06-20 02:04:38 +02:00
tools.pro Move QTextCodec support out of QtCore 2020-06-20 02:04:38 +02:00