1 /****************************************************************************
2 ** Meta object code from reading C++ file 'neuralnetwork.h'
4 ** Created: Fri Jul 3 16:42:09 2009
5 ** by: The Qt Meta Object Compiler version 61 (Qt 4.5.1)
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
10 #include "neuralnetwork.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'neuralnetwork.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 61
14 #error "This file was generated using the moc from 4.5.1. It"
15 #error "cannot be used with the include files from this version of Qt."
16 #error "(The moc has changed too much.)"
19 QT_BEGIN_MOC_NAMESPACE
20 static const uint qt_meta_data_NeuralNetwork
[] = {
34 static const char qt_meta_stringdata_NeuralNetwork
[] = {
38 const QMetaObject
NeuralNetwork::staticMetaObject
= {
39 { &QObject::staticMetaObject
, qt_meta_stringdata_NeuralNetwork
,
40 qt_meta_data_NeuralNetwork
, 0 }
43 const QMetaObject
*NeuralNetwork::metaObject() const
45 return &staticMetaObject
;
48 void *NeuralNetwork::qt_metacast(const char *_clname
)
50 if (!_clname
) return 0;
51 if (!strcmp(_clname
, qt_meta_stringdata_NeuralNetwork
))
52 return static_cast<void*>(const_cast< NeuralNetwork
*>(this));
53 return QObject::qt_metacast(_clname
);
56 int NeuralNetwork::qt_metacall(QMetaObject::Call _c
, int _id
, void **_a
)
58 _id
= QObject::qt_metacall(_c
, _id
, _a
);