~ubuntu-branches/ubuntu/oneiric/valkyrie/oneiric

« back to all changes in this revision

Viewing changes to valkyrie/options/massif_options_page.moc.cpp

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2011-09-02 22:08:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110902220834-kigsixteppj9epp5
Tags: 2.0.0-0ubuntu1
* New upstream release. (LP: #635129, LP: #832886, LP: #721298)
* Standards bumped to 3.9.2, no changes required.
* d/control, d/rules: cdbs removed, dh minimal rule instead.
* d/control: build system is qmake not autotools
* d/control: bump required qt to qt4
* d/valkyrie.install: installing html docs manually as make install
  no longer does so.
* d/patches/valkyrie-2.0.0-fix-doc.dir.patch: Fix doc path to match
  policy. Also corrects LP: #588074 since the documentation link now
  works.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/****************************************************************************
2
 
** MassifOptionsPage meta object code from reading C++ file 'massif_options_page.h'
3
 
**
4
 
** Created: Sat Feb 21 11:49:29 2009
5
 
**      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.3.8   edited Feb 2 14:59 $)
6
 
**
7
 
** WARNING! All changes made in this file will be lost!
8
 
*****************************************************************************/
9
 
 
10
 
#undef QT_NO_COMPAT
11
 
#include "massif_options_page.h"
12
 
#include <qmetaobject.h>
13
 
#include <qapplication.h>
14
 
 
15
 
#include <private/qucomextra_p.h>
16
 
#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
17
 
#error "This file was generated using the moc from 3.3.8b. It"
18
 
#error "cannot be used with the include files from this version of Qt."
19
 
#error "(The moc has changed too much.)"
20
 
#endif
21
 
 
22
 
const char *MassifOptionsPage::className() const
23
 
{
24
 
    return "MassifOptionsPage";
25
 
}
26
 
 
27
 
QMetaObject *MassifOptionsPage::metaObj = 0;
28
 
static QMetaObjectCleanUp cleanUp_MassifOptionsPage( "MassifOptionsPage", &MassifOptionsPage::staticMetaObject );
29
 
 
30
 
#ifndef QT_NO_TRANSLATION
31
 
QString MassifOptionsPage::tr( const char *s, const char *c )
32
 
{
33
 
    if ( qApp )
34
 
        return qApp->translate( "MassifOptionsPage", s, c, QApplication::DefaultCodec );
35
 
    else
36
 
        return QString::fromLatin1( s );
37
 
}
38
 
#ifndef QT_NO_TRANSLATION_UTF8
39
 
QString MassifOptionsPage::trUtf8( const char *s, const char *c )
40
 
{
41
 
    if ( qApp )
42
 
        return qApp->translate( "MassifOptionsPage", s, c, QApplication::UnicodeUTF8 );
43
 
    else
44
 
        return QString::fromUtf8( s );
45
 
}
46
 
#endif // QT_NO_TRANSLATION_UTF8
47
 
 
48
 
#endif // QT_NO_TRANSLATION
49
 
 
50
 
QMetaObject* MassifOptionsPage::staticMetaObject()
51
 
{
52
 
    if ( metaObj )
53
 
        return metaObj;
54
 
    QMetaObject* parentObject = OptionsPage::staticMetaObject();
55
 
    metaObj = QMetaObject::new_metaobject(
56
 
        "MassifOptionsPage", parentObject,
57
 
        0, 0,
58
 
        0, 0,
59
 
#ifndef QT_NO_PROPERTIES
60
 
        0, 0,
61
 
        0, 0,
62
 
#endif // QT_NO_PROPERTIES
63
 
        0, 0 );
64
 
    cleanUp_MassifOptionsPage.setMetaObject( metaObj );
65
 
    return metaObj;
66
 
}
67
 
 
68
 
void* MassifOptionsPage::qt_cast( const char* clname )
69
 
{
70
 
    if ( !qstrcmp( clname, "MassifOptionsPage" ) )
71
 
        return this;
72
 
    return OptionsPage::qt_cast( clname );
73
 
}
74
 
 
75
 
bool MassifOptionsPage::qt_invoke( int _id, QUObject* _o )
76
 
{
77
 
    return OptionsPage::qt_invoke(_id,_o);
78
 
}
79
 
 
80
 
bool MassifOptionsPage::qt_emit( int _id, QUObject* _o )
81
 
{
82
 
    return OptionsPage::qt_emit(_id,_o);
83
 
}
84
 
#ifndef QT_NO_PROPERTIES
85
 
 
86
 
bool MassifOptionsPage::qt_property( int id, int f, QVariant* v)
87
 
{
88
 
    return OptionsPage::qt_property( id, f, v);
89
 
}
90
 
 
91
 
bool MassifOptionsPage::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
92
 
#endif // QT_NO_PROPERTIES