diff --git a/qurltlds_p.h b/qurltlds_p.h new file mode 100644 index 0000000..5cf5111 --- /dev/null +++ b/qurltlds_p.h @@ -0,0 +1,21 @@ +// qtbase/src/network/kernel/qurltlds_p.h + +#ifndef QURLTLD_P_H +#define QURLTLD_P_H + +#include + +QT_BEGIN_NAMESPACE + +static const quint16 tldCount = 1; + +static constexpr quint32 tldIndices[tldCount + 1] = {0, 1}; + +static const quint16 tldChunkCount = 2; +static const char * const tldData[tldChunkCount] = {"\0", "\0"}; + +static constexpr quint32 tldChunks[tldChunkCount] = {0, 1}; + +QT_END_NAMESPACE + +#endif // QURLTLD_P_H