~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to src/moc_tobarchart.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Meskes
  • Date: 2009-04-07 13:16:05 UTC
  • mfrom: (1.2.7 upstream) (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090407131605-u422yigfv7jgg0l0
Tags: 2.0.0-3
* Cleaned up packaging a little bit.
* Added homepage information to control file.
* Bumped Standards-Version to 3.8.1.
* Released to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Meta object code from reading C++ file 'tobarchart.h'
 
3
**
 
4
** Created: Mon Nov 3 14:34:33 2008
 
5
**      by: The Qt Meta Object Compiler version 59 (Qt 4.4.0)
 
6
**
 
7
** WARNING! All changes made in this file will be lost!
 
8
*****************************************************************************/
 
9
 
 
10
#include "tobarchart.h"
 
11
#if !defined(Q_MOC_OUTPUT_REVISION)
 
12
#error "The header file 'tobarchart.h' doesn't include <QObject>."
 
13
#elif Q_MOC_OUTPUT_REVISION != 59
 
14
#error "This file was generated using the moc from 4.4.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_toBarChart[] = {
 
21
 
 
22
 // content:
 
23
       1,       // revision
 
24
       0,       // classname
 
25
       0,    0, // classinfo
 
26
       0,    0, // methods
 
27
       0,    0, // properties
 
28
       0,    0, // enums/sets
 
29
 
 
30
       0        // eod
 
31
};
 
32
 
 
33
static const char qt_meta_stringdata_toBarChart[] = {
 
34
    "toBarChart\0"
 
35
};
 
36
 
 
37
const QMetaObject toBarChart::staticMetaObject = {
 
38
    { &toLineChart::staticMetaObject, qt_meta_stringdata_toBarChart,
 
39
      qt_meta_data_toBarChart, 0 }
 
40
};
 
41
 
 
42
const QMetaObject *toBarChart::metaObject() const
 
43
{
 
44
    return &staticMetaObject;
 
45
}
 
46
 
 
47
void *toBarChart::qt_metacast(const char *_clname)
 
48
{
 
49
    if (!_clname) return 0;
 
50
    if (!strcmp(_clname, qt_meta_stringdata_toBarChart))
 
51
        return static_cast<void*>(const_cast< toBarChart*>(this));
 
52
    return toLineChart::qt_metacast(_clname);
 
53
}
 
54
 
 
55
int toBarChart::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
56
{
 
57
    _id = toLineChart::qt_metacall(_c, _id, _a);
 
58
    if (_id < 0)
 
59
        return _id;
 
60
    return _id;
 
61
}
 
62
QT_END_MOC_NAMESPACE