Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QRestReplyPrivate Class Reference

#include <qrestreply_p.h>

Collaboration diagram for QRestReplyPrivate:

Public Member Functions

 QRestReplyPrivate ()
 ~QRestReplyPrivate ()

Static Public Member Functions

static QByteArray contentCharset (const QNetworkReply *reply)

Public Attributes

std::optional< QStringDecoderdecoder

Detailed Description

Definition at line 28 of file qrestreply_p.h.

Constructor & Destructor Documentation

◆ QRestReplyPrivate()

QRestReplyPrivate::QRestReplyPrivate ( )
default

◆ ~QRestReplyPrivate()

QRestReplyPrivate::~QRestReplyPrivate ( )
default

Member Function Documentation

◆ contentCharset()

QByteArray QRestReplyPrivate::contentCharset ( const QNetworkReply * reply)
static

Definition at line 344 of file qrestreply.cpp.

Member Data Documentation

◆ decoder

std::optional<QStringDecoder> QRestReplyPrivate::decoder

Definition at line 34 of file qrestreply_p.h.


The documentation for this class was generated from the following files: