13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'webinfo.h' doesn't include <QObject>."
15 #elif Q_MOC_OUTPUT_REVISION != 63
16 #error "This file was generated using the moc from 4.8.6. It"
17 #error "cannot be used with the include files from this version of Qt."
18 #error "(The moc has changed too much.)"
21 QT_BEGIN_MOC_NAMESPACE
50 "webinfo\0\0link\0link_clicked(QUrl)\0index\0"
51 "current_tab_changed(int)\0close_tab(int)\0"
52 "search()\0zoom_in()\0zoom_out()\0"
53 "copyClipboard()\0pasteClipboard()\0"
57 void webinfo::qt_static_metacall(
QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
59 if (_c == QMetaObject::InvokeMetaMethod) {
60 Q_ASSERT(staticMetaObject.cast(_o));
63 case 0: _t->
link_clicked((*
reinterpret_cast< const QUrl(*)
>(_a[1])));
break;
64 case 1: _t->current_tab_changed((*
reinterpret_cast< int(*)
>(_a[1])));
break;
65 case 2: _t->close_tab((*
reinterpret_cast< int(*)
>(_a[1])));
break;
66 case 3: _t->search();
break;
67 case 4: _t->zoom_in();
break;
68 case 5: _t->zoom_out();
break;
69 case 6: _t->copyClipboard();
break;
70 case 7: _t->pasteClipboard();
break;
71 case 8: _t->selectAll();
break;
77 const QMetaObjectExtraData webinfo::staticMetaObjectExtraData = {
81 const QMetaObject webinfo::staticMetaObject = {
86 #ifdef Q_NO_DATA_RELOCATION
87 const QMetaObject &webinfo::getStaticMetaObject() {
return staticMetaObject; }
88 #endif //Q_NO_DATA_RELOCATION
90 const QMetaObject *webinfo::metaObject()
const
92 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
95 void *webinfo::qt_metacast(
const char *_clname)
97 if (!_clname)
return 0;
98 if (!strcmp(_clname, qt_meta_stringdata_webinfo))
99 return static_cast<void*
>(
const_cast< webinfo*
>(
this));
100 return QWidget::qt_metacast(_clname);
103 int webinfo::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
105 _id = QWidget::qt_metacall(_c, _id, _a);
108 if (_c == QMetaObject::InvokeMetaMethod) {
110 qt_static_metacall(
this, _c, _id, _a);
void link_clicked(const QUrl &link)
static const char qt_meta_stringdata_webinfo[]
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_webinfo[]