Initial Commit
[uktrainplanner] / build / moc_stationchooser.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'stationchooser.h'
3 **
4 ** Created: Thu Apr 8 00:23:19 2010
5 **      by: The Qt Meta Object Compiler version 61 (Qt 4.5.3)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
9
10 #include "../src/stationchooser.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'stationchooser.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 61
14 #error "This file was generated using the moc from 4.5.3. 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_StationChooser[] = {
21
22  // content:
23        2,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        1,   12, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30
31  // slots: signature, parameters, type, tag, flags
32       16,   15,   15,   15, 0x0a,
33
34        0        // eod
35 };
36
37 static const char qt_meta_stringdata_StationChooser[] = {
38     "StationChooser\0\0typing(QString)\0"
39 };
40
41 const QMetaObject StationChooser::staticMetaObject = {
42     { &QDialog::staticMetaObject, qt_meta_stringdata_StationChooser,
43       qt_meta_data_StationChooser, 0 }
44 };
45
46 const QMetaObject *StationChooser::metaObject() const
47 {
48     return &staticMetaObject;
49 }
50
51 void *StationChooser::qt_metacast(const char *_clname)
52 {
53     if (!_clname) return 0;
54     if (!strcmp(_clname, qt_meta_stringdata_StationChooser))
55         return static_cast<void*>(const_cast< StationChooser*>(this));
56     return QDialog::qt_metacast(_clname);
57 }
58
59 int StationChooser::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
60 {
61     _id = QDialog::qt_metacall(_c, _id, _a);
62     if (_id < 0)
63         return _id;
64     if (_c == QMetaObject::InvokeMetaMethod) {
65         switch (_id) {
66         case 0: typing((*reinterpret_cast< QString(*)>(_a[1]))); break;
67         default: ;
68         }
69         _id -= 1;
70     }
71     return _id;
72 }
73 QT_END_MOC_NAMESPACE