katie/tests
Ivailo Monev bc0040b970 drop support for storing types that are not QString-convertable via QSettings
I am not interested in custom types feature at all - QMainWindow for
example saves its state via QDataStream. ofcourse it involves conversion
but that is the case with QVariant aswell. there is also the qreal type
thing - it may be float, it may double. streaming QRectF has to be done
in such a way to account for both cases but here is the catch - if
conversion fails there has to be fallback which QSettings::value() kinda
covers for types that are not composed of several more types.

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-11-13 19:29:01 +02:00
..
auto drop support for storing types that are not QString-convertable via QSettings 2022-11-13 19:29:01 +02:00
benchmarks benchmark painting on and of mono image formats 2022-11-11 01:05:18 +02:00
shared de-duplicate code in tests and benchmarks 2021-11-23 18:15:36 +02:00
CMakeLists.txt remove designer tool 2022-10-28 22:13:00 +03:00