--- a/phoneengine/parserrecognizer/tsrc/ut_parserrecognizer/unit_tests.moc Fri Apr 16 14:58:25 2010 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,105 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'unit_tests.cpp'
-**
-** Created: Tue 22. Sep 16:19:35 2009
-** by: The Qt Meta Object Compiler version 61 (Qt 4.5.2-tower)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'unit_tests.cpp' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 61
-#error "This file was generated using the moc from 4.5.2-tower. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-QT_BEGIN_MOC_NAMESPACE
-static const uint qt_meta_data_TestParserRecognizer[] = {
-
- // content:
- 2, // revision
- 0, // classname
- 0, 0, // classinfo
- 14, 12, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
- 0, 0, // constructors
-
- // slots: signature, parameters, type, tag, flags
- 22, 21, 21, 21, 0x0a,
- 37, 21, 21, 21, 0x0a,
- 55, 21, 21, 21, 0x0a,
- 62, 21, 21, 21, 0x0a,
- 72, 21, 21, 21, 0x08,
- 94, 21, 21, 21, 0x08,
- 118, 21, 21, 21, 0x08,
- 145, 21, 21, 21, 0x08,
- 171, 21, 21, 21, 0x08,
- 192, 21, 21, 21, 0x08,
- 218, 21, 21, 21, 0x08,
- 233, 21, 21, 21, 0x08,
- 251, 21, 21, 21, 0x08,
- 276, 21, 21, 21, 0x08,
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_TestParserRecognizer[] = {
- "TestParserRecognizer\0\0initTestCase()\0"
- "cleanupTestCase()\0init()\0cleanup()\0"
- "testActivateRfsDeep()\0testActivateRfsNormal()\0"
- "testActivateWarrantyMode()\0"
- "testShowBTDeviceAddress()\0"
- "testShowBTLoopback()\0testActivateBTDebugMode()\0"
- "testShowIMEI()\0testShowVersion()\0"
- "testShowWLANMacAddress()\0testSSRequestFailed()\0"
-};
-
-const QMetaObject TestParserRecognizer::staticMetaObject = {
- { &QObject::staticMetaObject, qt_meta_stringdata_TestParserRecognizer,
- qt_meta_data_TestParserRecognizer, 0 }
-};
-
-const QMetaObject *TestParserRecognizer::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *TestParserRecognizer::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_TestParserRecognizer))
- return static_cast<void*>(const_cast< TestParserRecognizer*>(this));
- return QObject::qt_metacast(_clname);
-}
-
-int TestParserRecognizer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QObject::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- if (_c == QMetaObject::InvokeMetaMethod) {
- switch (_id) {
- case 0: initTestCase(); break;
- case 1: cleanupTestCase(); break;
- case 2: init(); break;
- case 3: cleanup(); break;
- case 4: testActivateRfsDeep(); break;
- case 5: testActivateRfsNormal(); break;
- case 6: testActivateWarrantyMode(); break;
- case 7: testShowBTDeviceAddress(); break;
- case 8: testShowBTLoopback(); break;
- case 9: testActivateBTDebugMode(); break;
- case 10: testShowIMEI(); break;
- case 11: testShowVersion(); break;
- case 12: testShowWLANMacAddress(); break;
- case 13: testSSRequestFailed(); break;
- default: ;
- }
- _id -= 14;
- }
- return _id;
-}
-QT_END_MOC_NAMESPACE