Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "constants.h"
00011 #include "..\stringProcessor.h"
00012 #if !defined(Q_MOC_OUTPUT_REVISION)
00013 #error "The header file 'stringProcessor.h' doesn't include <QObject>."
00014 #elif Q_MOC_OUTPUT_REVISION != 62
00015 #error "This file was generated using the moc from 4.6.3. It"
00016 #error "cannot be used with the include files from this version of Qt."
00017 #error "(The moc has changed too much.)"
00018 #endif
00019
00020 QT_BEGIN_MOC_NAMESPACE
00021 static const uint qt_meta_data_StringProcessorTestDialog[] = {
00022
00023
00024 4,
00025 0,
00026 0, 0,
00027 0, 0,
00028 0, 0,
00029 0, 0,
00030 0, 0,
00031 0,
00032 0,
00033
00034 0
00035 };
00036
00037 static const char qt_meta_stringdata_StringProcessorTestDialog[] = {
00038 "StringProcessorTestDialog\0"
00039 };
00040
00041 const QMetaObject StringProcessorTestDialog::staticMetaObject = {
00042 { &QDialog::staticMetaObject, qt_meta_stringdata_StringProcessorTestDialog,
00043 qt_meta_data_StringProcessorTestDialog, 0 }
00044 };
00045
00046 #ifdef Q_NO_DATA_RELOCATION
00047 const QMetaObject &StringProcessorTestDialog::getStaticMetaObject() { return staticMetaObject; }
00048 #endif //Q_NO_DATA_RELOCATION
00049
00050 const QMetaObject *StringProcessorTestDialog::metaObject() const
00051 {
00052 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00053 }
00054
00055 void *StringProcessorTestDialog::qt_metacast(const char *_clname)
00056 {
00057 if (!_clname) return 0;
00058 if (!strcmp(_clname, qt_meta_stringdata_StringProcessorTestDialog))
00059 return static_cast<void*>(const_cast< StringProcessorTestDialog*>(this));
00060 return QDialog::qt_metacast(_clname);
00061 }
00062
00063 int StringProcessorTestDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00064 {
00065 _id = QDialog::qt_metacall(_c, _id, _a);
00066 if (_id < 0)
00067 return _id;
00068 return _id;
00069 }
00070 QT_END_MOC_NAMESPACE