Remove temporary moc_*.cpp files
[snark14.git] / tools / Input / moc_trace.cpp
diff --git a/tools/Input/moc_trace.cpp b/tools/Input/moc_trace.cpp
deleted file mode 100644 (file)
index 43772a8..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-/****************************************************************************
-** tracewindow meta object code from reading C++ file 'trace.h'
-**
-** Created: Sun Feb 11 21:45:26 2018
-**      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!
-*****************************************************************************/
-
-#undef QT_NO_COMPAT
-#include "trace.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.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 *tracewindow::className() const
-{
-    return "tracewindow";
-}
-
-QMetaObject *tracewindow::metaObj = 0;
-static QMetaObjectCleanUp cleanUp_tracewindow( "tracewindow", &tracewindow::staticMetaObject );
-
-#ifndef QT_NO_TRANSLATION
-QString tracewindow::tr( const char *s, const char *c )
-{
-    if ( qApp )
-       return qApp->translate( "tracewindow", s, c, QApplication::DefaultCodec );
-    else
-       return QString::fromLatin1( s );
-}
-#ifndef QT_NO_TRANSLATION_UTF8
-QString tracewindow::trUtf8( const char *s, const char *c )
-{
-    if ( qApp )
-       return qApp->translate( "tracewindow", s, c, QApplication::UnicodeUTF8 );
-    else
-       return QString::fromUtf8( s );
-}
-#endif // QT_NO_TRANSLATION_UTF8
-
-#endif // QT_NO_TRANSLATION
-
-QMetaObject* tracewindow::staticMetaObject()
-{
-    if ( metaObj )
-       return metaObj;
-    QMetaObject* parentObject = QDialog::staticMetaObject();
-    metaObj = QMetaObject::new_metaobject(
-       "tracewindow", parentObject,
-       0, 0,
-       0, 0,
-#ifndef QT_NO_PROPERTIES
-       0, 0,
-       0, 0,
-#endif // QT_NO_PROPERTIES
-       0, 0 );
-    cleanUp_tracewindow.setMetaObject( metaObj );
-    return metaObj;
-}
-
-void* tracewindow::qt_cast( const char* clname )
-{
-    if ( !qstrcmp( clname, "tracewindow" ) )
-       return this;
-    return QDialog::qt_cast( clname );
-}
-
-bool tracewindow::qt_invoke( int _id, QUObject* _o )
-{
-    return QDialog::qt_invoke(_id,_o);
-}
-
-bool tracewindow::qt_emit( int _id, QUObject* _o )
-{
-    return QDialog::qt_emit(_id,_o);
-}
-#ifndef QT_NO_PROPERTIES
-
-bool tracewindow::qt_property( int id, int f, QVariant* v)
-{
-    return QDialog::qt_property( id, f, v);
-}
-
-bool tracewindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
-#endif // QT_NO_PROPERTIES