Root/Software/sie_cg/moc_librarydialog.cpp

1/****************************************************************************
2** Meta object code from reading C++ file 'librarydialog.h'
3**
4** Created: Wed Oct 20 10:39:37 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 "librarydialog.h"
11#if !defined(Q_MOC_OUTPUT_REVISION)
12#error "The header file 'librarydialog.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
19QT_BEGIN_MOC_NAMESPACE
20static const uint qt_meta_data_libraryDialog[] = {
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
36static const char qt_meta_stringdata_libraryDialog[] = {
37    "libraryDialog\0"
38};
39
40const QMetaObject libraryDialog::staticMetaObject = {
41    { &QDialog::staticMetaObject, qt_meta_stringdata_libraryDialog,
42      qt_meta_data_libraryDialog, 0 }
43};
44
45#ifdef Q_NO_DATA_RELOCATION
46const QMetaObject &libraryDialog::getStaticMetaObject() { return staticMetaObject; }
47#endif //Q_NO_DATA_RELOCATION
48
49const QMetaObject *libraryDialog::metaObject() const
50{
51    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
52}
53
54void *libraryDialog::qt_metacast(const char *_clname)
55{
56    if (!_clname) return 0;
57    if (!strcmp(_clname, qt_meta_stringdata_libraryDialog))
58        return static_cast<void*>(const_cast< libraryDialog*>(this));
59    return QDialog::qt_metacast(_clname);
60}
61
62int libraryDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
63{
64    _id = QDialog::qt_metacall(_c, _id, _a);
65    if (_id < 0)
66        return _id;
67    return _id;
68}
69QT_END_MOC_NAMESPACE
70

Archive Download this file

Branches:
master



interactive