b05597068e8c15e7e550459aac9f3baaca067348
[qstardict] / plugins / web / moc_settingsdialog.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'settingsdialog.h'
3 **
4 ** Created: Tue Dec 29 16:45:32 2009
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 "settingsdialog.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'settingsdialog.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_SettingsDialog[] = {
21
22  // content:
23        2,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        3,   12, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30
31  // slots: signature, parameters, type, tag, flags
32       15,   43,   43,   43, 0x08,
33       44,   43,   43,   43, 0x08,
34       71,   43,   43,   43, 0x08,
35
36        0        // eod
37 };
38
39 static const char qt_meta_stringdata_SettingsDialog[] = {
40     "SettingsDialog\0on_editDictButton_clicked()\0"
41     "\0on_addDictButton_clicked()\0"
42     "on_removeDictButton_clicked()\0"
43 };
44
45 const QMetaObject SettingsDialog::staticMetaObject = {
46     { &QDialog::staticMetaObject, qt_meta_stringdata_SettingsDialog,
47       qt_meta_data_SettingsDialog, 0 }
48 };
49
50 const QMetaObject *SettingsDialog::metaObject() const
51 {
52     return &staticMetaObject;
53 }
54
55 void *SettingsDialog::qt_metacast(const char *_clname)
56 {
57     if (!_clname) return 0;
58     if (!strcmp(_clname, qt_meta_stringdata_SettingsDialog))
59         return static_cast<void*>(const_cast< SettingsDialog*>(this));
60     if (!strcmp(_clname, "Ui::SettingsDialog"))
61         return static_cast< Ui::SettingsDialog*>(const_cast< SettingsDialog*>(this));
62     return QDialog::qt_metacast(_clname);
63 }
64
65 int SettingsDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
66 {
67     _id = QDialog::qt_metacall(_c, _id, _a);
68     if (_id < 0)
69         return _id;
70     if (_c == QMetaObject::InvokeMetaMethod) {
71         switch (_id) {
72         case 0: on_editDictButton_clicked(); break;
73         case 1: on_addDictButton_clicked(); break;
74         case 2: on_removeDictButton_clicked(); break;
75         default: ;
76         }
77         _id -= 3;
78     }
79     return _id;
80 }
81 QT_END_MOC_NAMESPACE