mmsharing/livecommsui/lcui/tsrc/mustester/app/moc_lcapplication.cpp
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
child 35 6c57ef9392d2
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
     1 /****************************************************************************
       
     2 ** Meta object code from reading C++ file 'lcapplication.h'
       
     3 **
       
     4 ** Created: Mon 14. Sep 11:48:03 2009
       
     5 **      by: The Qt Meta Object Compiler version 61 (Qt 4.5.0-garden)
       
     6 **
       
     7 ** WARNING! All changes made in this file will be lost!
       
     8 *****************************************************************************/
       
     9 
       
    10 #include "lcapplication.h"
       
    11 #if !defined(Q_MOC_OUTPUT_REVISION)
       
    12 #error "The header file 'lcapplication.h' doesn't include <QObject>."
       
    13 #elif Q_MOC_OUTPUT_REVISION != 61
       
    14 #error "This file was generated using the moc from 4.5.0-garden. 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_LcHbApplication[] = {
       
    21 
       
    22  // content:
       
    23        2,       // revision
       
    24        0,       // classname
       
    25        0,    0, // classinfo
       
    26        2,   12, // methods
       
    27        0,    0, // properties
       
    28        0,    0, // enums/sets
       
    29        0,    0, // constructors
       
    30 
       
    31  // signals: signature, parameters, type, tag, flags
       
    32       17,   16,   16,   16, 0x05,
       
    33 
       
    34  // slots: signature, parameters, type, tag, flags
       
    35       30,   16,   16,   16, 0x0a,
       
    36 
       
    37        0        // eod
       
    38 };
       
    39 
       
    40 static const char qt_meta_stringdata_LcHbApplication[] = {
       
    41     "LcHbApplication\0\0handleQuit()\0quit()\0"
       
    42 };
       
    43 
       
    44 const QMetaObject LcHbApplication::staticMetaObject = {
       
    45     { &HbApplication::staticMetaObject, qt_meta_stringdata_LcHbApplication,
       
    46       qt_meta_data_LcHbApplication, 0 }
       
    47 };
       
    48 
       
    49 const QMetaObject *LcHbApplication::metaObject() const
       
    50 {
       
    51     return &staticMetaObject;
       
    52 }
       
    53 
       
    54 void *LcHbApplication::qt_metacast(const char *_clname)
       
    55 {
       
    56     if (!_clname) return 0;
       
    57     if (!strcmp(_clname, qt_meta_stringdata_LcHbApplication))
       
    58         return static_cast<void*>(const_cast< LcHbApplication*>(this));
       
    59     return HbApplication::qt_metacast(_clname);
       
    60 }
       
    61 
       
    62 int LcHbApplication::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
       
    63 {
       
    64     _id = HbApplication::qt_metacall(_c, _id, _a);
       
    65     if (_id < 0)
       
    66         return _id;
       
    67     if (_c == QMetaObject::InvokeMetaMethod) {
       
    68         switch (_id) {
       
    69         case 0: handleQuit(); break;
       
    70         case 1: quit(); break;
       
    71         default: ;
       
    72         }
       
    73         _id -= 2;
       
    74     }
       
    75     return _id;
       
    76 }
       
    77 
       
    78 // SIGNAL 0
       
    79 void LcHbApplication::handleQuit()
       
    80 {
       
    81     QMetaObject::activate(this, &staticMetaObject, 0, 0);
       
    82 }
       
    83 QT_END_MOC_NAMESPACE