|
VoltAir
|
Helper template class to convert QVariants to and from ints.
More...
Public Member Functions | |
| int | fromVariant (const QVariant &value) |
Returns value converted to an int. More... | |
Public Member Functions inherited from VariantConverterBase< int > | |
| QVariant | toVariant (const int &value) |
Returns value converted as a QVariant. More... | |
Helper template class to convert QVariants to and from ints.
|
inline |
Returns value converted to an int.
| value | QVariant to convert |