accessoryservices/accessoryremotecontrol/tsrc/stub/audiostuborbit/moc_audiostuborbit.cpp
branchRCL_3
changeset 21 ccb4f6b3db21
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 #include "audiostuborbit.h"
       
    19 #if !defined(Q_MOC_OUTPUT_REVISION)
       
    20 #error "The header file 'audiostuborbit.h' doesn't include <QObject>."
       
    21 #elif Q_MOC_OUTPUT_REVISION != 62
       
    22 #error "This file was generated using the moc from 4.6.3. It"
       
    23 #error "cannot be used with the include files from this version of Qt."
       
    24 #error "(The moc has changed too much.)"
       
    25 #endif
       
    26 
       
    27 QT_BEGIN_MOC_NAMESPACE
       
    28 static const uint qt_meta_data_audiostuborbit[] = {
       
    29 
       
    30  // content:
       
    31        4,       // revision
       
    32        0,       // classname
       
    33        0,    0, // classinfo
       
    34        0,    0, // methods
       
    35        0,    0, // properties
       
    36        0,    0, // enums/sets
       
    37        0,    0, // constructors
       
    38        0,       // flags
       
    39        0,       // signalCount
       
    40 
       
    41        0        // eod
       
    42 };
       
    43 
       
    44 static const char qt_meta_stringdata_audiostuborbit[] = {
       
    45     "audiostuborbit\0"
       
    46 };
       
    47 
       
    48 const QMetaObject audiostuborbit::staticMetaObject = {
       
    49     { &HbMainWindow::staticMetaObject, qt_meta_stringdata_audiostuborbit,
       
    50       qt_meta_data_audiostuborbit, 0 }
       
    51 };
       
    52 
       
    53 #ifdef Q_NO_DATA_RELOCATION
       
    54 const QMetaObject &audiostuborbit::getStaticMetaObject() { return staticMetaObject; }
       
    55 #endif //Q_NO_DATA_RELOCATION
       
    56 
       
    57 const QMetaObject *audiostuborbit::metaObject() const
       
    58 {
       
    59     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
       
    60 }
       
    61 
       
    62 void *audiostuborbit::qt_metacast(const char *_clname)
       
    63 {
       
    64     if (!_clname) return 0;
       
    65     if (!strcmp(_clname, qt_meta_stringdata_audiostuborbit))
       
    66         return static_cast<void*>(const_cast< audiostuborbit*>(this));
       
    67     return HbMainWindow::qt_metacast(_clname);
       
    68 }
       
    69 
       
    70 int audiostuborbit::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
       
    71 {
       
    72     _id = HbMainWindow::qt_metacall(_c, _id, _a);
       
    73     if (_id < 0)
       
    74         return _id;
       
    75     return _id;
       
    76 }
       
    77 QT_END_MOC_NAMESPACE