Ubuntu Download Manager  1.2.0
A session-wide downloading service
moc_downloads_list.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'downloads_list.h'
3 **
4 ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.10.1)
5 **
6 ** WARNING! All changes made in this file will be lost!
7 *****************************************************************************/
8 
9 #include "../../ubuntu/download_manager/downloads_list.h"
10 #include <QtCore/qbytearray.h>
11 #include <QtCore/qmetatype.h>
12 #if !defined(Q_MOC_OUTPUT_REVISION)
13 #error "The header file 'downloads_list.h' doesn't include <QObject>."
14 #elif Q_MOC_OUTPUT_REVISION != 67
15 #error "This file was generated using the moc from 5.10.1. It"
16 #error "cannot be used with the include files from this version of Qt."
17 #error "(The moc has changed too much.)"
18 #endif
19 
20 QT_BEGIN_MOC_NAMESPACE
21 QT_WARNING_PUSH
22 QT_WARNING_DISABLE_DEPRECATED
24  QByteArrayData data[1];
25  char stringdata0[39];
26 };
27 #define QT_MOC_LITERAL(idx, ofs, len) \
28  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
29  qptrdiff(offsetof(qt_meta_stringdata_Ubuntu__DownloadManager__DownloadsList_t, stringdata0) + ofs \
30  - idx * sizeof(QByteArrayData)) \
31  )
32 static const qt_meta_stringdata_Ubuntu__DownloadManager__DownloadsList_t qt_meta_stringdata_Ubuntu__DownloadManager__DownloadsList = {
33  {
34 QT_MOC_LITERAL(0, 0, 38) // "Ubuntu::DownloadManager::Down..."
35 
36  },
37  "Ubuntu::DownloadManager::DownloadsList"
38 };
39 #undef QT_MOC_LITERAL
40 
41 static const uint qt_meta_data_Ubuntu__DownloadManager__DownloadsList[] = {
42 
43  // content:
44  7, // revision
45  0, // classname
46  0, 0, // classinfo
47  0, 0, // methods
48  0, 0, // properties
49  0, 0, // enums/sets
50  0, 0, // constructors
51  0, // flags
52  0, // signalCount
53 
54  0 // eod
55 };
56 
57 void Ubuntu::DownloadManager::DownloadsList::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
58 {
59  Q_UNUSED(_o);
60  Q_UNUSED(_id);
61  Q_UNUSED(_c);
62  Q_UNUSED(_a);
63 }
64 
65 QT_INIT_METAOBJECT const QMetaObject Ubuntu::DownloadManager::DownloadsList::staticMetaObject = {
66  { &QObject::staticMetaObject, qt_meta_stringdata_Ubuntu__DownloadManager__DownloadsList.data,
67  qt_meta_data_Ubuntu__DownloadManager__DownloadsList, qt_static_metacall, nullptr, nullptr}
68 };
69 
70 
71 const QMetaObject *Ubuntu::DownloadManager::DownloadsList::metaObject() const
72 {
73  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
74 }
75 
76 void *Ubuntu::DownloadManager::DownloadsList::qt_metacast(const char *_clname)
77 {
78  if (!_clname) return nullptr;
79  if (!strcmp(_clname, qt_meta_stringdata_Ubuntu__DownloadManager__DownloadsList.stringdata0))
80  return static_cast<void*>(this);
81  return QObject::qt_metacast(_clname);
82 }
83 
84 int Ubuntu::DownloadManager::DownloadsList::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
85 {
86  _id = QObject::qt_metacall(_c, _id, _a);
87  return _id;
88 }
89 QT_WARNING_POP
90 QT_END_MOC_NAMESPACE
#define QT_MOC_LITERAL(idx, ofs, len)