I can't find a way to convert my QList<T>
to a QVariant
.
There's a constructor QVariant(const QList<QVariant> &val)
, but no constructor for QList<T>
, is it possible to convert directly a QList<T>
?
I can't find a way to convert my QList<T>
to a QVariant
.
There's a constructor QVariant(const QList<QVariant> &val)
, but no constructor for QList<T>
, is it possible to convert directly a QList<T>
?