|
@@ -1,89 +0,0 @@
|
1
|
|
-/****************************************************************************
|
2
|
|
-** Meta object code from reading C++ file 'mainwindow.h'
|
3
|
|
-**
|
4
|
|
-** Created by: The Qt Meta Object Compiler version 67 (Qt 5.4.0)
|
5
|
|
-**
|
6
|
|
-** WARNING! All changes made in this file will be lost!
|
7
|
|
-*****************************************************************************/
|
8
|
|
-
|
9
|
|
-#include "mainwindow.h"
|
10
|
|
-#include <QtCore/qbytearray.h>
|
11
|
|
-#include <QtCore/qmetatype.h>
|
12
|
|
-#if !defined(Q_MOC_OUTPUT_REVISION)
|
13
|
|
-#error "The header file 'mainwindow.h' doesn't include <QObject>."
|
14
|
|
-#elif Q_MOC_OUTPUT_REVISION != 67
|
15
|
|
-#error "This file was generated using the moc from 5.4.0. 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
|
|
-struct qt_meta_stringdata_MainWindow_t {
|
22
|
|
- QByteArrayData data[1];
|
23
|
|
- char stringdata[11];
|
24
|
|
-};
|
25
|
|
-#define QT_MOC_LITERAL(idx, ofs, len) \
|
26
|
|
- Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
27
|
|
- qptrdiff(offsetof(qt_meta_stringdata_MainWindow_t, stringdata) + ofs \
|
28
|
|
- - idx * sizeof(QByteArrayData)) \
|
29
|
|
- )
|
30
|
|
-static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = {
|
31
|
|
- {
|
32
|
|
-QT_MOC_LITERAL(0, 0, 10) // "MainWindow"
|
33
|
|
-
|
34
|
|
- },
|
35
|
|
- "MainWindow"
|
36
|
|
-};
|
37
|
|
-#undef QT_MOC_LITERAL
|
38
|
|
-
|
39
|
|
-static const uint qt_meta_data_MainWindow[] = {
|
40
|
|
-
|
41
|
|
- // content:
|
42
|
|
- 7, // revision
|
43
|
|
- 0, // classname
|
44
|
|
- 0, 0, // classinfo
|
45
|
|
- 0, 0, // methods
|
46
|
|
- 0, 0, // properties
|
47
|
|
- 0, 0, // enums/sets
|
48
|
|
- 0, 0, // constructors
|
49
|
|
- 0, // flags
|
50
|
|
- 0, // signalCount
|
51
|
|
-
|
52
|
|
- 0 // eod
|
53
|
|
-};
|
54
|
|
-
|
55
|
|
-void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
56
|
|
-{
|
57
|
|
- Q_UNUSED(_o);
|
58
|
|
- Q_UNUSED(_id);
|
59
|
|
- Q_UNUSED(_c);
|
60
|
|
- Q_UNUSED(_a);
|
61
|
|
-}
|
62
|
|
-
|
63
|
|
-const QMetaObject MainWindow::staticMetaObject = {
|
64
|
|
- { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow.data,
|
65
|
|
- qt_meta_data_MainWindow, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
|
66
|
|
-};
|
67
|
|
-
|
68
|
|
-
|
69
|
|
-const QMetaObject *MainWindow::metaObject() const
|
70
|
|
-{
|
71
|
|
- return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
72
|
|
-}
|
73
|
|
-
|
74
|
|
-void *MainWindow::qt_metacast(const char *_clname)
|
75
|
|
-{
|
76
|
|
- if (!_clname) return Q_NULLPTR;
|
77
|
|
- if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata))
|
78
|
|
- return static_cast<void*>(const_cast< MainWindow*>(this));
|
79
|
|
- return QMainWindow::qt_metacast(_clname);
|
80
|
|
-}
|
81
|
|
-
|
82
|
|
-int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
83
|
|
-{
|
84
|
|
- _id = QMainWindow::qt_metacall(_c, _id, _a);
|
85
|
|
- if (_id < 0)
|
86
|
|
- return _id;
|
87
|
|
- return _id;
|
88
|
|
-}
|
89
|
|
-QT_END_MOC_NAMESPACE
|