![]() |
LeechCraft 0.6.70-17769-g4e68d7fcba
Modular cross-platform feature rich live environment.
|
#include "handlenetworkreply.h"
Public Member Functions | |
| ReplyError (QNetworkReply *) | |
Public Attributes | |
| QNetworkReply::NetworkError | Error_ |
| QString | ErrorString_ |
| QVariant | HttpStatusCode_ |
Definition at line 48 of file handlenetworkreply.h.
|
explicit |
Definition at line 24 of file handlenetworkreply.cpp.
References Error_, ErrorString_, and HttpStatusCode_.
| QNetworkReply::NetworkError LC::Util::ReplyError::Error_ |
Definition at line 50 of file handlenetworkreply.h.
Referenced by ReplyError().
| QString LC::Util::ReplyError::ErrorString_ |
Definition at line 51 of file handlenetworkreply.h.
Referenced by ReplyError().
| QVariant LC::Util::ReplyError::HttpStatusCode_ |
Definition at line 53 of file handlenetworkreply.h.
Referenced by ReplyError().