VoltAir
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups Pages
Public Member Functions | List of all members
VariantConverter< QString > Class Template Reference

Helper template class to convert QVariants to and from QStrings. More...

Inheritance diagram for VariantConverter< QString >:
VariantConverterBase< QString >

Public Member Functions

QString fromVariant (const QVariant &value)
 Returns value converted to a QString. More...
 
- Public Member Functions inherited from VariantConverterBase< QString >
QVariant toVariant (const QString &value)
 Returns value converted as a QVariant. More...
 

Detailed Description

template<>
class VariantConverter< QString >

Helper template class to convert QVariants to and from QStrings.

See also
VariantConverter

Member Function Documentation

QString VariantConverter< QString >::fromVariant ( const QVariant value)
inline

Returns value converted to a QString.

Parameters
valueQVariant to convert