qt6-bb10/examples/widgets/tools/plugandpaint/app
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
..
.prev_CMakeLists.txt CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
CMakeLists.txt CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
app.pro remove bogus qtConfig(simulator_and_device) condition 2016-10-16 00:12:33 +00:00
interfaces.h Make QStringList an alias to QList<QString> 2020-09-12 23:37:15 +02:00
main.cpp Examples: Cleanup and modernize Plug&Paint 2018-06-06 11:55:44 +00:00
mainwindow.cpp Cleanup QtWidgets (tools) examples 2019-09-11 20:36:17 +02:00
mainwindow.h Examples: Cleanup and modernize Plug&Paint 2018-06-06 11:55:44 +00:00
paintarea.cpp Replace calls to deprecated QEvent accessor functions 2020-06-08 19:11:51 +02:00
paintarea.h Examples: Cleanup and modernize Plug&Paint 2018-06-06 11:55:44 +00:00
plugindialog.cpp Cleanup QtWidgets (tools) examples 2019-09-11 20:36:17 +02:00
plugindialog.h Make QStringList an alias to QList<QString> 2020-09-12 23:37:15 +02:00