Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qdecompresshelper_p.h"
#include <QtCore/qiodevice.h>
#include <QtCore/qcoreapplication.h>
#include <limits>
#include <zlib.h>
#include <array>
Go to the source code of this file.
Classes | |
struct | QT_BEGIN_NAMESPACE::ContentEncodingMapping |
Namespaces | |
namespace | QT_BEGIN_NAMESPACE |
Combined button and popup list for selecting options. | |
Functions | |
QDecompressHelper::ContentEncoding | QT_BEGIN_NAMESPACE::encodingFromByteArray (QByteArrayView ce) noexcept |
z_stream * | QT_BEGIN_NAMESPACE::toZlibPointer (void *ptr) |
Variables | |
constexpr ContentEncodingMapping | QT_BEGIN_NAMESPACE::contentEncodingMapping [] |