| 1 | /****************************************************************************
|
|---|
| 2 | ** Meta object code from reading C++ file 'window.h'
|
|---|
| 3 | **
|
|---|
| 4 | ** Created: Thu Jul 26 11:42:48 2007
|
|---|
| 5 | ** by: The Qt Meta Object Compiler version 59 (Qt 4.2.2)
|
|---|
| 6 | **
|
|---|
| 7 | ** WARNING! All changes made in this file will be lost!
|
|---|
| 8 | *****************************************************************************/
|
|---|
| 9 |
|
|---|
| 10 | #include "window.h"
|
|---|
| 11 | #if !defined(Q_MOC_OUTPUT_REVISION)
|
|---|
| 12 | #error "The header file 'window.h' doesn't include <QObject>."
|
|---|
| 13 | #elif Q_MOC_OUTPUT_REVISION != 59
|
|---|
| 14 | #error "This file was generated using the moc from 4.2.2. It"
|
|---|
| 15 | #error "cannot be used with the include files from this version of Qt."
|
|---|
| 16 | #error "(The moc has changed too much.)"
|
|---|
| 17 | #endif
|
|---|
| 18 |
|
|---|
| 19 | static const uint qt_meta_data_Window[] = {
|
|---|
| 20 |
|
|---|
| 21 | // content:
|
|---|
| 22 | 1, // revision
|
|---|
| 23 | 0, // classname
|
|---|
| 24 | 0, 0, // classinfo
|
|---|
| 25 | 0, 0, // methods
|
|---|
| 26 | 0, 0, // properties
|
|---|
| 27 | 0, 0, // enums/sets
|
|---|
| 28 |
|
|---|
| 29 | 0 // eod
|
|---|
| 30 | };
|
|---|
| 31 |
|
|---|
| 32 | static const char qt_meta_stringdata_Window[] = {
|
|---|
| 33 | "Window\0"
|
|---|
| 34 | };
|
|---|
| 35 |
|
|---|
| 36 | const QMetaObject Window::staticMetaObject = {
|
|---|
| 37 | { &QDialog::staticMetaObject, qt_meta_stringdata_Window,
|
|---|
| 38 | qt_meta_data_Window, 0 }
|
|---|
| 39 | };
|
|---|
| 40 |
|
|---|
| 41 | const QMetaObject *Window::metaObject() const
|
|---|
| 42 | {
|
|---|
| 43 | return &staticMetaObject;
|
|---|
| 44 | }
|
|---|
| 45 |
|
|---|
| 46 | void *Window::qt_metacast(const char *_clname)
|
|---|
| 47 | {
|
|---|
| 48 | if (!_clname) return 0;
|
|---|
| 49 | if (!strcmp(_clname, qt_meta_stringdata_Window))
|
|---|
| 50 | return static_cast<void*>(const_cast<Window*>(this));
|
|---|
| 51 | return QDialog::qt_metacast(_clname);
|
|---|
| 52 | }
|
|---|
| 53 |
|
|---|
| 54 | int Window::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|---|
| 55 | {
|
|---|
| 56 | _id = QDialog::qt_metacall(_c, _id, _a);
|
|---|
| 57 | if (_id < 0)
|
|---|
| 58 | return _id;
|
|---|
| 59 | return _id;
|
|---|
| 60 | }
|
|---|