katie/tests/auto/qsettings
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
..
CMakeLists.txt rework QSettings, use JSON as native format for it 2019-12-24 01:30:39 +00:00
tst_qsettings.cpp drop support for storing types that are not QString-convertable via QSettings 2022-11-13 19:29:01 +02:00