qt5base-lts/tests/auto/other/modeltest
Giuseppe D'Angelo 6255cb893d Remove qtypetraits.h's contents altogether
So that QFlags can use an (un)signed int matching the
underlying type as identified by the compiler and not by us.

Requires fixing a few warnings about sign conversion due to
QFlags misusages in qtbase that were either plain wrong, or
were relying on the enum being backed by an (un)signed int
when it wasn't.

Keep qtypetraits.h in the source tree in order to prevent
source breaks if some downstream #includes it (note however
that it did not contain any public API).

Change-Id: Ib3a92b98db7031e793a088fb2a3b306eff4d7a3c
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2017-01-12 22:16:06 +00:00
..
dynamictreemodel.cpp Updated license headers 2016-01-21 18:55:18 +00:00
dynamictreemodel.h Updated license headers 2016-01-21 18:55:18 +00:00
modeltest.cpp Remove qtypetraits.h's contents altogether 2017-01-12 22:16:06 +00:00
modeltest.h Updated license headers 2016-01-21 18:55:18 +00:00
modeltest.pro qtbase tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases. 2015-08-31 19:56:59 +00:00
tst_modeltest.cpp Updated license headers 2016-01-21 18:55:18 +00:00