I didn't understand what he posted.... at firs he says that it's a QList<QVariant> and then in the brackets he says that it's not QList<QVariant>, but never mind that. I don't know how to convert it to a QList<QNetworkCookie> ? I guess not like
Qt Code:
  1. QList<QNetworkCookie> list = cookies.toList();
To copy to clipboard, switch view to plain text mode