qt5base-lts/examples/corelib
Christian Ehrlicher c19d556863 QVariant: deprecate qVariantFromValue/qVariantSetValue()
qVariantFromValue/qVariantSetValue() was marked as obsolete since Qt4.
Therefore mark them as deprecated with Qt5.14.
Since QVariant::setValue/fromValue() were using the now deprecated
functions move the implementation to them and let
qVariantFromValue/qVariantSetValue() call
QVariant::setValue/fromValue().

Fixes: QTBUG-74043
Change-Id: I46617cc4d5c1e8c162d0f1f7ae32e4cfe9ce915c
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2019-03-31 12:25:46 +00:00
..
ipc Cleanup QtCore examples 2019-02-06 22:11:27 +00:00
mimetypes Cleanup QtCore examples 2019-02-06 22:11:27 +00:00
serialization Merge remote-tracking branch 'origin/5.12' into 5.13 2019-02-19 01:00:08 +01:00
threads Merge remote-tracking branch 'origin/5.12' into 5.13 2019-02-19 01:00:08 +01:00
tools QVariant: deprecate qVariantFromValue/qVariantSetValue() 2019-03-31 12:25:46 +00:00
corelib.pro threads: disable threads examples for nothread builds 2018-12-10 05:36:08 +00:00