(cec64aaf2a8e110421d61478b9ad0cb177ee0d1c)
#include "qmimemagicrule_p.h"
#include "qmimetypeparser_p.h"
#include <QtCore/QList>
#include <QtCore/QDebug>
#include <qendian.h>
#include <private/qoffsetstringarray_p.h>
#include <private/qtools_p.h>
Go to the source code of this file.
◆ QT_NO_CAST_FROM_ASCII
#define QT_NO_CAST_FROM_ASCII |
◆ makePattern()
◆ magicRuleTypes
static constexpr auto magicRuleTypes |
|
staticconstexpr |
Initial value:
"invalid",
"string",
"host16",
"host32",
"big16",
"big32",
"little16",
"little32",
"byte"
)
constexpr auto qOffsetStringArray(const Char(&...strings)[Nx]) noexcept
Definition at line 23 of file qmimemagicrule.cpp.