VoltAir
|
Base template class for VariantConverter. More...
Public Member Functions | |
QVariant | toVariant (const T &value) |
Returns value converted as a QVariant. More... | |
Base template class for VariantConverter.
This class defines a base implementation for the toVariant() method which is valid for any template type T
for which there exists a corresponding QVariant constructor.
Template | type to convert to and from QVariant |
|
inline |