0

I need to convert type of QVariant variable to QString of SQLite data type. It seems, that QSqlDriver should do that, but I can't find any method for such conversion.

Charles
  • 50,943
  • 13
  • 104
  • 142
Funt
  • 399
  • 8
  • 23

1 Answers1

0

Ok, I just created method with switch-case structure to return QString value for each QVariant::Type...

Funt
  • 399
  • 8
  • 23