qt5base-lts/examples/corelib/tools/doc/src
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
..
contiguouscache.qdoc Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
customtype.qdoc QVariant: deprecate qVariantFromValue/qVariantSetValue() 2019-03-31 12:25:46 +00:00