Anoncoin  0.9.4
P2P Digital Currency
moc_macnotificationhandler.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'macnotificationhandler.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'macnotificationhandler.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 67
14 #error "This file was generated using the moc from 5.2.1. It"
15 #error "cannot be used with the include files from this version of Qt."
16 #error "(The moc has changed too much.)"
17 #endif
18 
19 QT_BEGIN_MOC_NAMESPACE
21  QByteArrayData data[1];
22  char stringdata[24];
23 };
24 #define QT_MOC_LITERAL(idx, ofs, len) \
25  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
26  offsetof(qt_meta_stringdata_MacNotificationHandler_t, stringdata) + ofs \
27  - idx * sizeof(QByteArrayData) \
28  )
29 static const qt_meta_stringdata_MacNotificationHandler_t qt_meta_stringdata_MacNotificationHandler = {
30  {
31 QT_MOC_LITERAL(0, 0, 22)
32  },
33  "MacNotificationHandler\0"
34 };
35 #undef QT_MOC_LITERAL
36 
37 static const uint qt_meta_data_MacNotificationHandler[] = {
38 
39  // content:
40  7, // revision
41  0, // classname
42  0, 0, // classinfo
43  0, 0, // methods
44  0, 0, // properties
45  0, 0, // enums/sets
46  0, 0, // constructors
47  0, // flags
48  0, // signalCount
49 
50  0 // eod
51 };
52 
53 void MacNotificationHandler::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
54 {
55  Q_UNUSED(_o);
56  Q_UNUSED(_id);
57  Q_UNUSED(_c);
58  Q_UNUSED(_a);
59 }
60 
61 const QMetaObject MacNotificationHandler::staticMetaObject = {
62  { &QObject::staticMetaObject, qt_meta_stringdata_MacNotificationHandler.data,
63  qt_meta_data_MacNotificationHandler, qt_static_metacall, 0, 0}
64 };
65 
66 
67 const QMetaObject *MacNotificationHandler::metaObject() const
68 {
69  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
70 }
71 
72 void *MacNotificationHandler::qt_metacast(const char *_clname)
73 {
74  if (!_clname) return 0;
75  if (!strcmp(_clname, qt_meta_stringdata_MacNotificationHandler.stringdata))
76  return static_cast<void*>(const_cast< MacNotificationHandler*>(this));
77  return QObject::qt_metacast(_clname);
78 }
79 
80 int MacNotificationHandler::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
81 {
82  _id = QObject::qt_metacall(_c, _id, _a);
83  if (_id < 0)
84  return _id;
85  return _id;
86 }
87 QT_END_MOC_NAMESPACE
#define QT_MOC_LITERAL(idx, ofs, len)
Macintosh-specific notification handler (supports UserNotificationCenter and Growl).