This repository has been archived by the owner on Dec 21, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cast response body to string in binary mode.
QVariantHelper expects body to be the same type as before conversion. If target type doesn't match the source type, QVariantHelper will return 0. We can't convert in this way: QString > QVariant -> QByteArray Instead we must use the following way: QString > QVariant -> QString Fixes: ariya#13026
- Loading branch information