change(NetRequest): log server response on error

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle
2026-01-11 00:19:10 +05:00
parent 62e17cd19e
commit 7f3790bf73
2 changed files with 8 additions and 2 deletions

View File

@@ -104,6 +104,7 @@ class NetRequest : public Task {
/// the network reply
unique_qobject_ptr<QNetworkReply> m_reply;
QByteArray m_errorResponse;
/// source URL
QUrl m_url;