Fixed earlier commit
[situare] / tests / testUI / moc_mainwindow.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'mainwindow.h'
3 **
4 ** Created: Fri Mar 26 11:03:22 2010
5 **      by: The Qt Meta Object Compiler version 62 (Qt 4.6.2)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
9
10 #include "../../src/ui/mainwindow.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'mainwindow.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 62
14 #error "This file was generated using the moc from 4.6.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 QT_BEGIN_MOC_NAMESPACE
20 static const uint qt_meta_data_MainWindow[] = {
21
22  // content:
23        4,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        0,    0, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30        0,       // flags
31        0,       // signalCount
32
33        0        // eod
34 };
35
36 static const char qt_meta_stringdata_MainWindow[] = {
37     "MainWindow\0"
38 };
39
40 const QMetaObject MainWindow::staticMetaObject = {
41     { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow,
42       qt_meta_data_MainWindow, 0 }
43 };
44
45 #ifdef Q_NO_DATA_RELOCATION
46 const QMetaObject &MainWindow::getStaticMetaObject() { return staticMetaObject; }
47 #endif //Q_NO_DATA_RELOCATION
48
49 const QMetaObject *MainWindow::metaObject() const
50 {
51     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
52 }
53
54 void *MainWindow::qt_metacast(const char *_clname)
55 {
56     if (!_clname) return 0;
57     if (!strcmp(_clname, qt_meta_stringdata_MainWindow))
58         return static_cast<void*>(const_cast< MainWindow*>(this));
59     return QMainWindow::qt_metacast(_clname);
60 }
61
62 int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
63 {
64     _id = QMainWindow::qt_metacall(_c, _id, _a);
65     if (_id < 0)
66         return _id;
67     return _id;
68 }
69 QT_END_MOC_NAMESPACE