Make clean entire project.
[vlp.git] / graph / loggraph.moc
diff --git a/graph/loggraph.moc b/graph/loggraph.moc
deleted file mode 100644 (file)
index dcbd0c9..0000000
+++ /dev/null
@@ -1,114 +0,0 @@
-/****************************************************************************
-** VGR meta object code from reading C++ file 'loggraph.cpp'
-**
-** Created: Fri Mar 4 12:25:17 2011
-**      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.3.8   edited Feb 2 14:59 $)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#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.8b. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-const char *VGR::className() const
-{
-    return "VGR";
-}
-
-QMetaObject *VGR::metaObj = 0;
-static QMetaObjectCleanUp cleanUp_VGR( "VGR", &VGR::staticMetaObject );
-
-#ifndef QT_NO_TRANSLATION
-QString VGR::tr( const char *s, const char *c )
-{
-    if ( qApp )
-       return qApp->translate( "VGR", s, c, QApplication::DefaultCodec );
-    else
-       return QString::fromLatin1( s );
-}
-#ifndef QT_NO_TRANSLATION_UTF8
-QString VGR::trUtf8( const char *s, const char *c )
-{
-    if ( qApp )
-       return qApp->translate( "VGR", s, c, QApplication::UnicodeUTF8 );
-    else
-       return QString::fromUtf8( s );
-}
-#endif // QT_NO_TRANSLATION_UTF8
-
-#endif // QT_NO_TRANSLATION
-
-QMetaObject* VGR::staticMetaObject()
-{
-    if ( metaObj )
-       return metaObj;
-    QMetaObject* parentObject = QFrame::staticMetaObject();
-    static const QUParameter param_slot_0[] = {
-       { 0, &static_QUType_int, 0, QUParameter::In }
-    };
-    static const QUMethod slot_0 = {"vscrolled", 1, param_slot_0 };
-    static const QUParameter param_slot_1[] = {
-       { 0, &static_QUType_int, 0, QUParameter::In }
-    };
-    static const QUMethod slot_1 = {"hscrolled", 1, param_slot_1 };
-    static const QUMethod slot_2 = {"CloseMe", 0, 0 };
-    static const QUMethod slot_3 = {"RequestMessage", 0, 0 };
-    static const QMetaData slot_tbl[] = {
-       { "vscrolled(int)", &slot_0, QMetaData::Public },
-       { "hscrolled(int)", &slot_1, QMetaData::Public },
-       { "CloseMe()", &slot_2, QMetaData::Public },
-       { "RequestMessage()", &slot_3, QMetaData::Public }
-    };
-    metaObj = QMetaObject::new_metaobject(
-       "VGR", parentObject,
-       slot_tbl, 4,
-       0, 0,
-#ifndef QT_NO_PROPERTIES
-       0, 0,
-       0, 0,
-#endif // QT_NO_PROPERTIES
-       0, 0 );
-    cleanUp_VGR.setMetaObject( metaObj );
-    return metaObj;
-}
-
-void* VGR::qt_cast( const char* clname )
-{
-    if ( !qstrcmp( clname, "VGR" ) )
-       return this;
-    return QFrame::qt_cast( clname );
-}
-
-bool VGR::qt_invoke( int _id, QUObject* _o )
-{
-    switch ( _id - staticMetaObject()->slotOffset() ) {
-    case 0: vscrolled((int)static_QUType_int.get(_o+1)); break;
-    case 1: hscrolled((int)static_QUType_int.get(_o+1)); break;
-    case 2: CloseMe(); break;
-    case 3: RequestMessage(); break;
-    default:
-       return QFrame::qt_invoke( _id, _o );
-    }
-    return TRUE;
-}
-
-bool VGR::qt_emit( int _id, QUObject* _o )
-{
-    return QFrame::qt_emit(_id,_o);
-}
-#ifndef QT_NO_PROPERTIES
-
-bool VGR::qt_property( int id, int f, QVariant* v)
-{
-    return QFrame::qt_property( id, f, v);
-}
-
-bool VGR::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
-#endif // QT_NO_PROPERTIES