iaupdate/IAD/bgcindicatorplugin/moc_bgcindicatorplugin.cpp
changeset 29 26b6f0522fd8
parent 25 98b66e4fb0be
child 30 398876c4ffa7
child 33 8110bf1194d1
equal deleted inserted replaced
25:98b66e4fb0be 29:26b6f0522fd8
     1 /****************************************************************************
       
     2 ** Meta object code from reading C++ file 'bgcindicatorplugin.h'
       
     3 **
       
     4 ** Created: Tue 9. Mar 13:36:17 2010
       
     5 **      by: The Qt Meta Object Compiler version 62 (Qt 4.6.2)
       
     6 **
       
     7 ** WARNING! All changes made in this file will be lost!
       
     8 *****************************************************************************/
       
     9 
       
    10 #include "inc/bgcindicatorplugin.h"
       
    11 #if !defined(Q_MOC_OUTPUT_REVISION)
       
    12 #error "The header file 'bgcindicatorplugin.h' doesn't include <QObject>."
       
    13 #elif Q_MOC_OUTPUT_REVISION != 62
       
    14 #error "This file was generated using the moc from 4.6.2. 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
       
    20 static const uint qt_meta_data_BgcIndicatorPlugin[] = {
       
    21 
       
    22  // content:
       
    23        4,       // revision
       
    24        0,       // classname
       
    25        0,    0, // classinfo
       
    26        0,    0, // methods
       
    27        0,    0, // properties
       
    28        0,    0, // enums/sets
       
    29        0,    0, // constructors
       
    30        0,       // flags
       
    31        0,       // signalCount
       
    32 
       
    33        0        // eod
       
    34 };
       
    35 
       
    36 static const char qt_meta_stringdata_BgcIndicatorPlugin[] = {
       
    37     "BgcIndicatorPlugin\0"
       
    38 };
       
    39 
       
    40 const QMetaObject BgcIndicatorPlugin::staticMetaObject = {
       
    41     { &QObject::staticMetaObject, qt_meta_stringdata_BgcIndicatorPlugin,
       
    42       qt_meta_data_BgcIndicatorPlugin, 0 }
       
    43 };
       
    44 
       
    45 #ifdef Q_NO_DATA_RELOCATION
       
    46 const QMetaObject &BgcIndicatorPlugin::getStaticMetaObject() { return staticMetaObject; }
       
    47 #endif //Q_NO_DATA_RELOCATION
       
    48 
       
    49 const QMetaObject *BgcIndicatorPlugin::metaObject() const
       
    50 {
       
    51     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
       
    52 }
       
    53 
       
    54 void *BgcIndicatorPlugin::qt_metacast(const char *_clname)
       
    55 {
       
    56     if (!_clname) return 0;
       
    57     if (!strcmp(_clname, qt_meta_stringdata_BgcIndicatorPlugin))
       
    58         return static_cast<void*>(const_cast< BgcIndicatorPlugin*>(this));
       
    59     if (!strcmp(_clname, "HbIndicatorPluginInterface"))
       
    60         return static_cast< HbIndicatorPluginInterface*>(const_cast< BgcIndicatorPlugin*>(this));
       
    61     if (!strcmp(_clname, "com.nokia.hb.HbIndicatorPluginInterface/1.0"))
       
    62         return static_cast< HbIndicatorPluginInterface*>(const_cast< BgcIndicatorPlugin*>(this));
       
    63     return QObject::qt_metacast(_clname);
       
    64 }
       
    65 
       
    66 int BgcIndicatorPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
       
    67 {
       
    68     _id = QObject::qt_metacall(_c, _id, _a);
       
    69     if (_id < 0)
       
    70         return _id;
       
    71     return _id;
       
    72 }
       
    73 QT_END_MOC_NAMESPACE