~cristianmontano/khitomer/Ambassador

« back to all changes in this revision

Viewing changes to moc_dialogoswidget.cpp

  • Committer: Cristian Montano
  • Date: 2018-06-27 19:01:45 UTC
  • Revision ID: cristianmontano@gmail.com-20180627190145-tzvzpfgptvk3jzfb
+

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Meta object code from reading C++ file 'dialogoswidget.h'
 
3
**
 
4
** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.7)
 
5
**
 
6
** WARNING! All changes made in this file will be lost!
 
7
*****************************************************************************/
 
8
 
 
9
#include "Mantenimientos/dialogoswidget.h"
 
10
#if !defined(Q_MOC_OUTPUT_REVISION)
 
11
#error "The header file 'dialogoswidget.h' doesn't include <QObject>."
 
12
#elif Q_MOC_OUTPUT_REVISION != 63
 
13
#error "This file was generated using the moc from 4.8.7. It"
 
14
#error "cannot be used with the include files from this version of Qt."
 
15
#error "(The moc has changed too much.)"
 
16
#endif
 
17
 
 
18
QT_BEGIN_MOC_NAMESPACE
 
19
static const uint qt_meta_data_DialogosWidget[] = {
 
20
 
 
21
 // content:
 
22
       6,       // revision
 
23
       0,       // classname
 
24
       0,    0, // classinfo
 
25
       1,   14, // methods
 
26
       0,    0, // properties
 
27
       0,    0, // enums/sets
 
28
       0,    0, // constructors
 
29
       0,       // flags
 
30
       0,       // signalCount
 
31
 
 
32
 // methods: signature, parameters, type, tag, flags
 
33
      24,   15,   16,   15, 0x02,
 
34
 
 
35
       0        // eod
 
36
};
 
37
 
 
38
static const char qt_meta_stringdata_DialogosWidget[] = {
 
39
    "DialogosWidget\0\0QString\0"
 
40
    "cargarArchivoMantenimiento(QString)\0"
 
41
};
 
42
 
 
43
void DialogosWidget::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
        DialogosWidget *_t = static_cast<DialogosWidget *>(_o);
 
48
        switch (_id) {
 
49
        case 0: { QString _r = _t->cargarArchivoMantenimiento((*reinterpret_cast< const QString(*)>(_a[1])));
 
50
            if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 
51
        default: ;
 
52
        }
 
53
    }
 
54
}
 
55
 
 
56
const QMetaObjectExtraData DialogosWidget::staticMetaObjectExtraData = {
 
57
    0,  qt_static_metacall 
 
58
};
 
59
 
 
60
const QMetaObject DialogosWidget::staticMetaObject = {
 
61
    { &QWidget::staticMetaObject, qt_meta_stringdata_DialogosWidget,
 
62
      qt_meta_data_DialogosWidget, &staticMetaObjectExtraData }
 
63
};
 
64
 
 
65
#ifdef Q_NO_DATA_RELOCATION
 
66
const QMetaObject &DialogosWidget::getStaticMetaObject() { return staticMetaObject; }
 
67
#endif //Q_NO_DATA_RELOCATION
 
68
 
 
69
const QMetaObject *DialogosWidget::metaObject() const
 
70
{
 
71
    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
 
72
}
 
73
 
 
74
void *DialogosWidget::qt_metacast(const char *_clname)
 
75
{
 
76
    if (!_clname) return 0;
 
77
    if (!strcmp(_clname, qt_meta_stringdata_DialogosWidget))
 
78
        return static_cast<void*>(const_cast< DialogosWidget*>(this));
 
79
    return QWidget::qt_metacast(_clname);
 
80
}
 
81
 
 
82
int DialogosWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
83
{
 
84
    _id = QWidget::qt_metacall(_c, _id, _a);
 
85
    if (_id < 0)
 
86
        return _id;
 
87
    if (_c == QMetaObject::InvokeMetaMethod) {
 
88
        if (_id < 1)
 
89
            qt_static_metacall(this, _c, _id, _a);
 
90
        _id -= 1;
 
91
    }
 
92
    return _id;
 
93
}
 
94
QT_END_MOC_NAMESPACE