1/****************************************************************************
2** Meta object code from reading C++ file 'qnetworkproxy.h'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.0.0)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include <memory>
10#include "kernel/qnetworkproxy.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'qnetworkproxy.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 68
16#error "This file was generated using the moc from 6.0.0. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
19#endif
20
21QT_BEGIN_MOC_NAMESPACE
22QT_WARNING_PUSH
23QT_WARNING_DISABLE_DEPRECATED
24struct qt_meta_stringdata_QNetworkProxyQuery_t {
25 const uint offsetsAndSize[16];
26 char stringdata0[92];
27};
28#define QT_MOC_LITERAL(ofs, len) \
29 uint(offsetof(qt_meta_stringdata_QNetworkProxyQuery_t, stringdata0) + ofs), len
30static const qt_meta_stringdata_QNetworkProxyQuery_t qt_meta_stringdata_QNetworkProxyQuery = {
31 {
32QT_MOC_LITERAL(0, 18), // "QNetworkProxyQuery"
33QT_MOC_LITERAL(19, 9), // "QueryType"
34QT_MOC_LITERAL(29, 9), // "TcpSocket"
35QT_MOC_LITERAL(39, 9), // "UdpSocket"
36QT_MOC_LITERAL(49, 10), // "SctpSocket"
37QT_MOC_LITERAL(60, 9), // "TcpServer"
38QT_MOC_LITERAL(70, 10), // "UrlRequest"
39QT_MOC_LITERAL(81, 10) // "SctpServer"
40
41 },
42 "QNetworkProxyQuery\0QueryType\0TcpSocket\0"
43 "UdpSocket\0SctpSocket\0TcpServer\0"
44 "UrlRequest\0SctpServer"
45};
46#undef QT_MOC_LITERAL
47
48static const uint qt_meta_data_QNetworkProxyQuery[] = {
49
50 // content:
51 9, // revision
52 0, // classname
53 0, 0, // classinfo
54 0, 0, // methods
55 0, 0, // properties
56 1, 14, // enums/sets
57 0, 0, // constructors
58 4, // flags
59 0, // signalCount
60
61 // enums: name, alias, flags, count, data
62 1, 1, 0x0, 6, 19,
63
64 // enum data: key, value
65 2, uint(QNetworkProxyQuery::TcpSocket),
66 3, uint(QNetworkProxyQuery::UdpSocket),
67 4, uint(QNetworkProxyQuery::SctpSocket),
68 5, uint(QNetworkProxyQuery::TcpServer),
69 6, uint(QNetworkProxyQuery::UrlRequest),
70 7, uint(QNetworkProxyQuery::SctpServer),
71
72 0 // eod
73};
74
75const QMetaObject QNetworkProxyQuery::staticMetaObject = { {
76 nullptr,
77 qt_meta_stringdata_QNetworkProxyQuery.offsetsAndSize,
78 qt_meta_data_QNetworkProxyQuery,
79 nullptr,
80 nullptr,
81 nullptr,
82 nullptr
83} };
84
85QT_WARNING_POP
86QT_END_MOC_NAMESPACE
87