--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/zeroconf/zeroconfsharing/moc_zeroconfsharing.cpp Wed Jul 21 14:28:48 2010 +0530
@@ -0,0 +1,118 @@
+/****************************************************************************
+** Meta object code from reading C++ file 'zeroconfsharing.h'
+**
+** Created: Wed Jul 21 14:18:59 2010
+** by: The Qt Meta Object Compiler version 62 (Qt 4.6.3)
+**
+** WARNING! All changes made in this file will be lost!
+*****************************************************************************/
+
+#include "zeroconfsharing.h"
+#if !defined(Q_MOC_OUTPUT_REVISION)
+#error "The header file 'zeroconfsharing.h' doesn't include <QObject>."
+#elif Q_MOC_OUTPUT_REVISION != 62
+#error "This file was generated using the moc from 4.6.3. 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_QZeroConfSharingUi[] = {
+
+ // content:
+ 4, // revision
+ 0, // classname
+ 0, 0, // classinfo
+ 14, 14, // methods
+ 0, 0, // properties
+ 0, 0, // enums/sets
+ 0, 0, // constructors
+ 0, // flags
+ 0, // signalCount
+
+ // slots: signature, parameters, type, tag, flags
+ 20, 19, 19, 19, 0x08,
+ 46, 19, 19, 19, 0x08,
+ 72, 19, 19, 19, 0x08,
+ 99, 19, 19, 19, 0x08,
+ 126, 19, 19, 19, 0x08,
+ 160, 155, 19, 19, 0x08,
+ 205, 19, 19, 19, 0x08,
+ 223, 19, 19, 19, 0x08,
+ 245, 19, 19, 19, 0x08,
+ 259, 19, 19, 19, 0x08,
+ 273, 19, 19, 19, 0x08,
+ 298, 286, 19, 19, 0x08,
+ 339, 19, 19, 19, 0x08,
+ 361, 19, 19, 19, 0x08,
+
+ 0 // eod
+};
+
+static const char qt_meta_stringdata_QZeroConfSharingUi[] = {
+ "QZeroConfSharingUi\0\0on_pushBackFile_clicked()\0"
+ "on_pushBackChat_clicked()\0"
+ "on_pushBackVideo_clicked()\0"
+ "on_pushBackMusic_clicked()\0"
+ "on_pushBackContact_clicked()\0item\0"
+ "on_listAvatars_itemClicked(QListWidgetItem*)\0"
+ "RequestFinished()\0ItemRequestFinished()\0"
+ "StartServer()\0backPressed()\0StopServer()\0"
+ "item,column\0ContactitemClicked(QTreeWidgetItem*,int)\0"
+ "ProgressBarCanceled()\0UpdateMyStatus()\0"
+};
+
+const QMetaObject QZeroConfSharingUi::staticMetaObject = {
+ { &QMainWindow::staticMetaObject, qt_meta_stringdata_QZeroConfSharingUi,
+ qt_meta_data_QZeroConfSharingUi, 0 }
+};
+
+#ifdef Q_NO_DATA_RELOCATION
+const QMetaObject &QZeroConfSharingUi::getStaticMetaObject() { return staticMetaObject; }
+#endif //Q_NO_DATA_RELOCATION
+
+const QMetaObject *QZeroConfSharingUi::metaObject() const
+{
+ return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
+}
+
+void *QZeroConfSharingUi::qt_metacast(const char *_clname)
+{
+ if (!_clname) return 0;
+ if (!strcmp(_clname, qt_meta_stringdata_QZeroConfSharingUi))
+ return static_cast<void*>(const_cast< QZeroConfSharingUi*>(this));
+ if (!strcmp(_clname, "MPnPObserver"))
+ return static_cast< MPnPObserver*>(const_cast< QZeroConfSharingUi*>(this));
+ if (!strcmp(_clname, "MNowPlayObserver"))
+ return static_cast< MNowPlayObserver*>(const_cast< QZeroConfSharingUi*>(this));
+ return QMainWindow::qt_metacast(_clname);
+}
+
+int QZeroConfSharingUi::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
+{
+ _id = QMainWindow::qt_metacall(_c, _id, _a);
+ if (_id < 0)
+ return _id;
+ if (_c == QMetaObject::InvokeMetaMethod) {
+ switch (_id) {
+ case 0: on_pushBackFile_clicked(); break;
+ case 1: on_pushBackChat_clicked(); break;
+ case 2: on_pushBackVideo_clicked(); break;
+ case 3: on_pushBackMusic_clicked(); break;
+ case 4: on_pushBackContact_clicked(); break;
+ case 5: on_listAvatars_itemClicked((*reinterpret_cast< QListWidgetItem*(*)>(_a[1]))); break;
+ case 6: RequestFinished(); break;
+ case 7: ItemRequestFinished(); break;
+ case 8: StartServer(); break;
+ case 9: backPressed(); break;
+ case 10: StopServer(); break;
+ case 11: ContactitemClicked((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
+ case 12: ProgressBarCanceled(); break;
+ case 13: UpdateMyStatus(); break;
+ default: ;
+ }
+ _id -= 14;
+ }
+ return _id;
+}
+QT_END_MOC_NAMESPACE