Removing the moc file. Its generated at build time
This commit is contained in:
parent
e61803ae93
commit
accc79f7d9
@ -1,108 +0,0 @@
|
||||
/****************************************************************************
|
||||
** DCOPDemoWidget meta object code from reading C++ file 'casa_dcop.h'
|
||||
**
|
||||
** Created: Wed Mar 23 15:53:55 2005
|
||||
** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.1 edited Feb 18 14:21 $)
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost!
|
||||
*****************************************************************************/
|
||||
|
||||
#undef QT_NO_COMPAT
|
||||
//#include "mytest.h"
|
||||
#include "casa_dcop.h"
|
||||
#include <qmetaobject.h>
|
||||
#include <qapplication.h>
|
||||
|
||||
#include <private/qucomextra_p.h>
|
||||
#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
|
||||
#error "This file was generated using the moc from 3.3.1. It"
|
||||
#error "cannot be used with the include files from this version of Qt."
|
||||
#error "(The moc has changed too much.)"
|
||||
#endif
|
||||
|
||||
const char *DCOPDemoWidget::className() const
|
||||
{
|
||||
return "DCOPDemoWidget";
|
||||
}
|
||||
|
||||
QMetaObject *DCOPDemoWidget::metaObj = 0;
|
||||
static QMetaObjectCleanUp cleanUp_DCOPDemoWidget( "DCOPDemoWidget", &DCOPDemoWidget::staticMetaObject );
|
||||
|
||||
#ifndef QT_NO_TRANSLATION
|
||||
QString DCOPDemoWidget::tr( const char *s, const char *c )
|
||||
{
|
||||
if ( qApp )
|
||||
return qApp->translate( "DCOPDemoWidget", s, c, QApplication::DefaultCodec );
|
||||
else
|
||||
return QString::fromLatin1( s );
|
||||
}
|
||||
#ifndef QT_NO_TRANSLATION_UTF8
|
||||
QString DCOPDemoWidget::trUtf8( const char *s, const char *c )
|
||||
{
|
||||
if ( qApp )
|
||||
return qApp->translate( "DCOPDemoWidget", s, c, QApplication::UnicodeUTF8 );
|
||||
else
|
||||
return QString::fromUtf8( s );
|
||||
}
|
||||
#endif // QT_NO_TRANSLATION_UTF8
|
||||
|
||||
#endif // QT_NO_TRANSLATION
|
||||
|
||||
QMetaObject* DCOPDemoWidget::staticMetaObject()
|
||||
{
|
||||
if ( metaObj )
|
||||
return metaObj;
|
||||
QMetaObject* parentObject = QObject::staticMetaObject();
|
||||
static const QUMethod slot_0 = {"dump", 0, 0 };
|
||||
// static const QUMethod slot_1 = {"getKWalletSecret", 0, 0 };
|
||||
// static const QUMethod slot_2 = {"setKWalletSecret", 0, 0 };
|
||||
static const QMetaData slot_tbl[] = {
|
||||
{ "dump()", &slot_0, QMetaData::Public },
|
||||
// { "getKWalletSecret()", &slot_1, QMetaData::Public },
|
||||
// { "setKWalletSecret()", &slot_2, QMetaData::Public }
|
||||
};
|
||||
metaObj = QMetaObject::new_metaobject(
|
||||
"DCOPDemoWidget", parentObject,
|
||||
slot_tbl, 3,
|
||||
0, 0,
|
||||
#ifndef QT_NO_PROPERTIES
|
||||
0, 0,
|
||||
0, 0,
|
||||
#endif // QT_NO_PROPERTIES
|
||||
0, 0 );
|
||||
cleanUp_DCOPDemoWidget.setMetaObject( metaObj );
|
||||
return metaObj;
|
||||
}
|
||||
|
||||
void* DCOPDemoWidget::qt_cast( const char* clname )
|
||||
{
|
||||
if ( !qstrcmp( clname, "DCOPDemoWidget" ) )
|
||||
return this;
|
||||
return QObject::qt_cast( clname );
|
||||
}
|
||||
|
||||
bool DCOPDemoWidget::qt_invoke( int _id, QUObject* _o )
|
||||
{
|
||||
switch ( _id - staticMetaObject()->slotOffset() ) {
|
||||
case 0: break;//dump(); break;
|
||||
// case 1: getKWalletSecret(); break;
|
||||
// case 2: setKWalletSecret(); break;
|
||||
default:
|
||||
return QObject::qt_invoke( _id, _o );
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
bool DCOPDemoWidget::qt_emit( int _id, QUObject* _o )
|
||||
{
|
||||
return QObject::qt_emit(_id,_o);
|
||||
}
|
||||
#ifndef QT_NO_PROPERTIES
|
||||
|
||||
bool DCOPDemoWidget::qt_property( int id, int f, QVariant* v)
|
||||
{
|
||||
return QObject::qt_property( id, f, v);
|
||||
}
|
||||
|
||||
bool DCOPDemoWidget::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
|
||||
#endif // QT_NO_PROPERTIES
|
Loading…
Reference in New Issue
Block a user