11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'window.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 63
14 #error "This file was generated using the moc from 4.8.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
20 static const uint qt_meta_data_Window[] = {
36 static const char qt_meta_stringdata_Window[] = {
40 void Window::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
48 const QMetaObjectExtraData Window::staticMetaObjectExtraData = {
52 const QMetaObject Window::staticMetaObject = {
53 { &QWidget::staticMetaObject, qt_meta_stringdata_Window,
54 qt_meta_data_Window, &staticMetaObjectExtraData }
57 #ifdef Q_NO_DATA_RELOCATION
58 const QMetaObject &Window::getStaticMetaObject() {
return staticMetaObject; }
59 #endif //Q_NO_DATA_RELOCATION
61 const QMetaObject *Window::metaObject()
const
63 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
66 void *Window::qt_metacast(
const char *_clname)
68 if (!_clname)
return 0;
69 if (!strcmp(_clname, qt_meta_stringdata_Window))
70 return static_cast<void*
>(
const_cast< Window*
>(
this));
71 return QWidget::qt_metacast(_clname);
74 int Window::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
76 _id = QWidget::qt_metacall(_c, _id, _a);