Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc_openuridialog.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'openuridialog.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "openuridialog.h"
9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'openuridialog.h' doesn't include <QObject>."
11 #elif Q_MOC_OUTPUT_REVISION != 63
12 #error "This file was generated using the moc from 4.8.6. It"
13 #error "cannot be used with the include files from this version of Qt."
14 #error "(The moc has changed too much.)"
15 #endif
16 
17 QT_BEGIN_MOC_NAMESPACE
18 static const uint qt_meta_data_OpenURIDialog[] = {
19 
20  // content:
21  6, // revision
22  0, // classname
23  0, 0, // classinfo
24  2, 14, // methods
25  0, 0, // properties
26  0, 0, // enums/sets
27  0, 0, // constructors
28  0, // flags
29  0, // signalCount
30 
31  // slots: signature, parameters, type, tag, flags
32  15, 14, 14, 14, 0x09,
33  24, 14, 14, 14, 0x08,
34 
35  0 // eod
36 };
37 
38 static const char qt_meta_stringdata_OpenURIDialog[] = {
39  "OpenURIDialog\0\0accept()\0"
40  "on_selectFileButton_clicked()\0"
41 };
42 
43 void OpenURIDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
44 {
45  if (_c == QMetaObject::InvokeMetaMethod) {
46  Q_ASSERT(staticMetaObject.cast(_o));
47  OpenURIDialog *_t = static_cast<OpenURIDialog *>(_o);
48  switch (_id) {
49  case 0: _t->accept(); break;
50  case 1: _t->on_selectFileButton_clicked(); break;
51  default: ;
52  }
53  }
54  Q_UNUSED(_a);
55 }
56 
57 const QMetaObjectExtraData OpenURIDialog::staticMetaObjectExtraData = {
58  0, qt_static_metacall
59 };
60 
61 const QMetaObject OpenURIDialog::staticMetaObject = {
62  { &QDialog::staticMetaObject, qt_meta_stringdata_OpenURIDialog,
63  qt_meta_data_OpenURIDialog, &staticMetaObjectExtraData }
64 };
65 
66 #ifdef Q_NO_DATA_RELOCATION
67 const QMetaObject &OpenURIDialog::getStaticMetaObject() { return staticMetaObject; }
68 #endif //Q_NO_DATA_RELOCATION
69 
70 const QMetaObject *OpenURIDialog::metaObject() const
71 {
72  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
73 }
74 
75 void *OpenURIDialog::qt_metacast(const char *_clname)
76 {
77  if (!_clname) return 0;
78  if (!strcmp(_clname, qt_meta_stringdata_OpenURIDialog))
79  return static_cast<void*>(const_cast< OpenURIDialog*>(this));
80  return QDialog::qt_metacast(_clname);
81 }
82 
83 int OpenURIDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
84 {
85  _id = QDialog::qt_metacall(_c, _id, _a);
86  if (_id < 0)
87  return _id;
88  if (_c == QMetaObject::InvokeMetaMethod) {
89  if (_id < 2)
90  qt_static_metacall(this, _c, _id, _a);
91  _id -= 2;
92  }
93  return _id;
94 }
95 QT_END_MOC_NAMESPACE
static const char qt_meta_stringdata_OpenURIDialog[]
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_OpenURIDialog[]