doc/src/porting/porting4-removedvariantfunctions.qdocinc
author eckhart.koppen@nokia.com
Wed, 31 Mar 2010 11:06:36 +0300
changeset 7 f7bc934e204c
parent 0 1918ee327afb
permissions -rw-r--r--
5cabc75a39ca2f064f70b40f72ed93c74c4dc19b

\row \o toBitmap ()         \o QVariant::value()
\row \o toBrush ()          \o QVariant::value()
\row \o toColorGroup ()     \o Use QVariant::value() with QPalette instead.
\row \o toColor ()          \o QVariant::value()
\row \o toCString ()        \o QVariant::toByteArray()
\row \o toCursor ()         \o QVariant::value()
\row \o toFont ()           \o QVariant::value()
\row \o toIconSet ()        \o Use QVariant::value() with QIcon instead.
\row \o toImage ()          \o QVariant::value()
\row \o toKeySequence ()    \o QVariant::value()
\row \o toPalette ()        \o QVariant::value()
\row \o toPen ()            \o QVariant::value()
\row \o toPixmap ()         \o QVariant::value()
\row \o toPointArray ()     \o QVariant::value()
\row \o toRegion ()         \o QVariant::value()
\row \o toSizePolicy ()     \o QVariant::value()