katie/src
Ivailo Monev d236165d11 simplify the QSettings write check
the previous implementation was supposed to be write-optimized, for cases
when QSettings::setValue() followed by QSettings::sync() is called often.
it turns out that optimizing for reading from the settings without changing
the object is more beneficial as that is often the case.

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-12-24 19:19:48 +00:00
..
3rdparty replace NDEBUG with QT_NO_DEBUG definition 2019-12-18 03:19:12 +00:00
core simplify the QSettings write check 2019-12-24 19:19:48 +00:00
dbus set extra link libraries as private where applicable 2019-12-24 08:31:03 +00:00
declarative set extra link libraries as private where applicable 2019-12-24 08:31:03 +00:00
designer set extra link libraries as private where applicable 2019-12-24 08:31:03 +00:00
gui set extra link libraries as private where applicable 2019-12-24 08:31:03 +00:00
imports set extra link libraries as private where applicable 2019-12-24 08:31:03 +00:00
network link network component to OpenSSL libraries explicitly 2019-12-24 08:37:20 +00:00
plugins mark certain core component options unsupported 2019-12-18 00:00:13 +00:00
script set extra link libraries as private where applicable 2019-12-24 08:31:03 +00:00
scripttools set extra link libraries as private where applicable 2019-12-24 08:31:03 +00:00
shared replace "Qt Designer" with "Katie Designer" 2019-11-29 03:33:51 +00:00
sql set extra link libraries as private where applicable 2019-12-24 08:31:03 +00:00
svg link svg component to zlib libraries explicitly 2019-12-24 08:37:34 +00:00
test set extra link libraries as private where applicable 2019-12-24 08:31:03 +00:00
tools set extra link libraries as private where applicable 2019-12-24 08:31:03 +00:00
uitools remove redundant DECLARE_COMPAT_WIDGET() macro definition 2019-12-19 13:38:52 +00:00
xml rework fancy and meta header generators 2019-12-22 15:47:57 +00:00