![]() |
LeechCraft 0.6.70-17793-g6e56308e78
Modular cross-platform feature rich live environment.
|
#include "handlenetworkreply.h"
Public Member Functions | |
| ReplyWithHeaders (QNetworkReply *) | |
Public Attributes | |
| int | Code_ |
| QByteArray | Data_ |
| QHash< QByteArray, QList< QByteArray > > | Headers_ |
Definition at line 39 of file handlenetworkreply.h.
|
explicit |
Definition at line 13 of file handlenetworkreply.cpp.
| int LC::Util::ReplyWithHeaders::Code_ |
Definition at line 41 of file handlenetworkreply.h.
Referenced by ReplyWithHeaders().
| QByteArray LC::Util::ReplyWithHeaders::Data_ |
Definition at line 42 of file handlenetworkreply.h.
Referenced by ReplyWithHeaders().
| QHash<QByteArray, QList<QByteArray> > LC::Util::ReplyWithHeaders::Headers_ |
Definition at line 43 of file handlenetworkreply.h.
Referenced by ReplyWithHeaders().