~qpackmanager/qpackmanager/qpackmanager

« back to all changes in this revision

Viewing changes to QPackManager/moc_copyright.cpp

  • Committer: rahul27
  • Date: 2011-02-06 14:02:39 UTC
  • Revision ID: rahul27@27rahul-20110206140239-mglpwtzqszr7sfxg
added copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Meta object code from reading C++ file 'copyright.h'
 
3
**
 
4
** Created: Sun Feb 6 19:03:07 2011
 
5
**      by: The Qt Meta Object Compiler version 62 (Qt 4.7.0)
 
6
**
 
7
** WARNING! All changes made in this file will be lost!
 
8
*****************************************************************************/
 
9
 
 
10
#include "copyright.h"
 
11
#if !defined(Q_MOC_OUTPUT_REVISION)
 
12
#error "The header file 'copyright.h' doesn't include <QObject>."
 
13
#elif Q_MOC_OUTPUT_REVISION != 62
 
14
#error "This file was generated using the moc from 4.7.0. 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_Copyright[] = {
 
21
 
 
22
 // content:
 
23
       5,       // revision
 
24
       0,       // classname
 
25
       0,    0, // classinfo
 
26
       2,   14, // methods
 
27
       0,    0, // properties
 
28
       0,    0, // enums/sets
 
29
       0,    0, // constructors
 
30
       0,       // flags
 
31
       0,       // signalCount
 
32
 
 
33
 // slots: signature, parameters, type, tag, flags
 
34
      11,   10,   10,   10, 0x0a,
 
35
      22,   10,   10,   10, 0x0a,
 
36
 
 
37
       0        // eod
 
38
};
 
39
 
 
40
static const char qt_meta_stringdata_Copyright[] = {
 
41
    "Copyright\0\0saveFile()\0getTemplate()\0"
 
42
};
 
43
 
 
44
const QMetaObject Copyright::staticMetaObject = {
 
45
    { &QDialog::staticMetaObject, qt_meta_stringdata_Copyright,
 
46
      qt_meta_data_Copyright, 0 }
 
47
};
 
48
 
 
49
#ifdef Q_NO_DATA_RELOCATION
 
50
const QMetaObject &Copyright::getStaticMetaObject() { return staticMetaObject; }
 
51
#endif //Q_NO_DATA_RELOCATION
 
52
 
 
53
const QMetaObject *Copyright::metaObject() const
 
54
{
 
55
    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
 
56
}
 
57
 
 
58
void *Copyright::qt_metacast(const char *_clname)
 
59
{
 
60
    if (!_clname) return 0;
 
61
    if (!strcmp(_clname, qt_meta_stringdata_Copyright))
 
62
        return static_cast<void*>(const_cast< Copyright*>(this));
 
63
    return QDialog::qt_metacast(_clname);
 
64
}
 
65
 
 
66
int Copyright::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
67
{
 
68
    _id = QDialog::qt_metacall(_c, _id, _a);
 
69
    if (_id < 0)
 
70
        return _id;
 
71
    if (_c == QMetaObject::InvokeMetaMethod) {
 
72
        switch (_id) {
 
73
        case 0: saveFile(); break;
 
74
        case 1: getTemplate(); break;
 
75
        default: ;
 
76
        }
 
77
        _id -= 2;
 
78
    }
 
79
    return _id;
 
80
}
 
81
QT_END_MOC_NAMESPACE