9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'splashscreen.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 67
14 #error "This file was generated using the moc from 5.2.1. It"
15 #error "cannot be used with the include files from this version of Qt."
16 #error "(The moc has changed too much.)"
19 QT_BEGIN_MOC_NAMESPACE
24 #define QT_MOC_LITERAL(idx, ofs, len) \
25 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
26 offsetof(qt_meta_stringdata_SplashScreen_t, stringdata) + ofs \
27 - idx * sizeof(QByteArrayData) \
37 "SplashScreen\0slotFinish\0\0QWidget*\0"
42 static const uint qt_meta_data_SplashScreen[] = {
59 QMetaType::Void, 0x80000000 | 3, 4,
64 void SplashScreen::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
66 if (_c == QMetaObject::InvokeMetaMethod) {
69 case 0: _t->
slotFinish((*
reinterpret_cast< QWidget*(*)
>(_a[1])));
break;
72 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
74 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
76 switch (*reinterpret_cast<int*>(_a[1])) {
77 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
79 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< QWidget* >();
break;
86 const QMetaObject SplashScreen::staticMetaObject = {
87 { &QSplashScreen::staticMetaObject, qt_meta_stringdata_SplashScreen.
data,
88 qt_meta_data_SplashScreen, qt_static_metacall, 0, 0}
92 const QMetaObject *SplashScreen::metaObject()
const
94 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
97 void *SplashScreen::qt_metacast(
const char *_clname)
99 if (!_clname)
return 0;
100 if (!strcmp(_clname, qt_meta_stringdata_SplashScreen.
stringdata))
101 return static_cast<void*
>(
const_cast< SplashScreen*
>(
this));
102 return QSplashScreen::qt_metacast(_clname);
105 int SplashScreen::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
107 _id = QSplashScreen::qt_metacall(_c, _id, _a);
110 if (_c == QMetaObject::InvokeMetaMethod) {
112 qt_static_metacall(
this, _c, _id, _a);
114 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
116 qt_static_metacall(
this, _c, _id, _a);
class for the splashscreen with information of the running client
void slotFinish(QWidget *mainWin)
Slot to call finish() method as it's not defined as slot.
#define QT_MOC_LITERAL(idx, ofs, len)