11#include <QNetworkReply>
41 using QNetworkReply::setError;
42 using QNetworkReply::setHeader;
82 void abort ()
override;
96 qint64
readData (
char*, qint64)
override;
void SetContentType(const QByteArray &type)
Sets the content type of this reply.
qint64 bytesAvailable() const override
Reimplemented from QNetworkReply::bytesAvailable().
void abort() override
Reimplemented from QNetworkReply::abort().
CustomNetworkReply(const QUrl &url, QObject *parent=nullptr)
Creates the reply with the given url and parent.
void SetContent(const QString &string)
Sets content of this reply to the given string.
qint64 readData(char *, qint64) override
bool isSequential() const override
Reimplemented from QNetworkReply::isSequential().