qt6-bb10/tests/auto/widgets
Giuseppe D'Angelo c9b8c2cddb QLineEdit: check a int->QChar conversion, and make it explicit
QStyle::styleHint returns int, and that int was simply used to
build a QChar representing the "password mask" character.
Enforce that it actually fits and then do an explicit cast.

(In general, of course, this is an API flaw; styleHint should
somehow return a QString for this use case).

Change-Id: Ifb6181b229b91cc84859cb9b9d57e21d6748c31a
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: David Faure <david.faure@kdab.com>
2020-11-06 10:16:32 +01:00
..
dialogs Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00
effects Get rid of all usage of QApplication:desktop 2020-10-14 06:38:43 +02:00
graphicsview Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00
itemviews Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00
kernel Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00
styles Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
util Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00
widgets QLineEdit: check a int->QChar conversion, and make it explicit 2020-11-06 10:16:32 +01:00
CMakeLists.txt Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
widgets.pro