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
qdecompresshelper.cpp File Reference

(f84c83be52462536ce5ae5ba68205e7061369fe3)

#include "qdecompresshelper_p.h"
#include <QtCore/qiodevice.h>
#include <QtCore/qcoreapplication.h>
#include <limits>
#include <zlib.h>
#include <array>
+ Include dependency graph for qdecompresshelper.cpp:

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 []