diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-06 18:02:52 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-06 18:02:52 +0000 |
commit | a56b706e2971488830715ed0a1ee879db2ba675c (patch) | |
tree | 78d4820e30558091b4e072027eaa311f3559bf91 /debugger/QT/moc_4.8.2_SkInspectorWidget.cpp | |
parent | 667c3a3b8ba62c49d4728465fc2a85fc14acab94 (diff) |
Adding 4.8.2 moc files for debugger
http://codereview.appspot.com/6494092/
git-svn-id: http://skia.googlecode.com/svn/trunk@5415 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'debugger/QT/moc_4.8.2_SkInspectorWidget.cpp')
-rw-r--r-- | debugger/QT/moc_4.8.2_SkInspectorWidget.cpp | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/debugger/QT/moc_4.8.2_SkInspectorWidget.cpp b/debugger/QT/moc_4.8.2_SkInspectorWidget.cpp new file mode 100644 index 0000000000..181c3980d8 --- /dev/null +++ b/debugger/QT/moc_4.8.2_SkInspectorWidget.cpp @@ -0,0 +1,81 @@ +/****************************************************************************
+** Meta object code from reading C++ file 'SkInspectorWidget.h'
+**
+** Created: Thu Sep 6 11:16:07 2012
+** by: The Qt Meta Object Compiler version 63 (Qt 4.8.2)
+**
+** WARNING! All changes made in this file will be lost!
+*****************************************************************************/
+
+#include "SkInspectorWidget.h"
+#if !defined(Q_MOC_OUTPUT_REVISION)
+#error "The header file 'SkInspectorWidget.h' doesn't include <QObject>."
+#elif Q_MOC_OUTPUT_REVISION != 63
+#error "This file was generated using the moc from 4.8.2. 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_SkInspectorWidget[] = {
+
+ // content:
+ 6, // revision
+ 0, // classname
+ 0, 0, // classinfo
+ 0, 0, // methods
+ 0, 0, // properties
+ 0, 0, // enums/sets
+ 0, 0, // constructors
+ 0, // flags
+ 0, // signalCount
+
+ 0 // eod
+};
+
+static const char qt_meta_stringdata_SkInspectorWidget[] = {
+ "SkInspectorWidget\0"
+};
+
+void SkInspectorWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
+{
+ Q_UNUSED(_o);
+ Q_UNUSED(_id);
+ Q_UNUSED(_c);
+ Q_UNUSED(_a);
+}
+
+const QMetaObjectExtraData SkInspectorWidget::staticMetaObjectExtraData = {
+ 0, qt_static_metacall
+};
+
+const QMetaObject SkInspectorWidget::staticMetaObject = {
+ { &QWidget::staticMetaObject, qt_meta_stringdata_SkInspectorWidget,
+ qt_meta_data_SkInspectorWidget, &staticMetaObjectExtraData }
+};
+
+#ifdef Q_NO_DATA_RELOCATION
+const QMetaObject &SkInspectorWidget::getStaticMetaObject() { return staticMetaObject; }
+#endif //Q_NO_DATA_RELOCATION
+
+const QMetaObject *SkInspectorWidget::metaObject() const
+{
+ return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
+}
+
+void *SkInspectorWidget::qt_metacast(const char *_clname)
+{
+ if (!_clname) return 0;
+ if (!strcmp(_clname, qt_meta_stringdata_SkInspectorWidget))
+ return static_cast<void*>(const_cast< SkInspectorWidget*>(this));
+ return QWidget::qt_metacast(_clname);
+}
+
+int SkInspectorWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
+{
+ _id = QWidget::qt_metacall(_c, _id, _a);
+ if (_id < 0)
+ return _id;
+ return _id;
+}
+QT_END_MOC_NAMESPACE
|