Remove temp moc*.cpp files
[snark14.git] / tools / Display / moc_range.cpp
diff --git a/tools/Display/moc_range.cpp b/tools/Display/moc_range.cpp
deleted file mode 100644 (file)
index f66be7d..0000000
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-** rangewindow meta object code from reading C++ file 'range.hpp'
-**
-** Created: Sun Feb 11 21:45:03 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 "range.hpp"
-#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 *rangewindow::className() const
-{
-    return "rangewindow";
-}
-
-QMetaObject *rangewindow::metaObj = 0;
-static QMetaObjectCleanUp cleanUp_rangewindow( "rangewindow", &rangewindow::staticMetaObject );
-
-#ifndef QT_NO_TRANSLATION
-QString rangewindow::tr( const char *s, const char *c )
-{
-    if ( qApp )
-       return qApp->translate( "rangewindow", s, c, QApplication::DefaultCodec );
-    else
-       return QString::fromLatin1( s );
-}
-#ifndef QT_NO_TRANSLATION_UTF8
-QString rangewindow::trUtf8( const char *s, const char *c )
-{
-    if ( qApp )
-       return qApp->translate( "rangewindow", s, c, QApplication::UnicodeUTF8 );
-    else
-       return QString::fromUtf8( s );
-}
-#endif // QT_NO_TRANSLATION_UTF8
-
-#endif // QT_NO_TRANSLATION
-
-QMetaObject* rangewindow::staticMetaObject()
-{
-    if ( metaObj )
-       return metaObj;
-    QMetaObject* parentObject = QDialog::staticMetaObject();
-    static const QUMethod slot_0 = {"updateLowthresh", 0, 0 };
-    static const QUMethod slot_1 = {"updateLowthreshslider", 0, 0 };
-    static const QUMethod slot_2 = {"updateHighthresh", 0, 0 };
-    static const QUMethod slot_3 = {"updateHighthreshslider", 0, 0 };
-    static const QUParameter param_slot_4[] = {
-       { "on", &static_QUType_bool, 0, QUParameter::In }
-    };
-    static const QUMethod slot_4 = {"signalAllGlobals", 1, param_slot_4 };
-    static const QUParameter param_slot_5[] = {
-       { "on", &static_QUType_bool, 0, QUParameter::In }
-    };
-    static const QUMethod slot_5 = {"signalAllDifference", 1, param_slot_5 };
-    static const QUMethod slot_6 = {"closeWindow", 0, 0 };
-    static const QUParameter param_slot_7[] = {
-       { "e", &static_QUType_ptr, "QCloseEvent", QUParameter::In }
-    };
-    static const QUMethod slot_7 = {"closeEvent", 1, param_slot_7 };
-    static const QMetaData slot_tbl[] = {
-       { "updateLowthresh()", &slot_0, QMetaData::Public },
-       { "updateLowthreshslider()", &slot_1, QMetaData::Public },
-       { "updateHighthresh()", &slot_2, QMetaData::Public },
-       { "updateHighthreshslider()", &slot_3, QMetaData::Public },
-       { "signalAllGlobals(bool)", &slot_4, QMetaData::Public },
-       { "signalAllDifference(bool)", &slot_5, QMetaData::Public },
-       { "closeWindow()", &slot_6, QMetaData::Public },
-       { "closeEvent(QCloseEvent*)", &slot_7, QMetaData::Public }
-    };
-    metaObj = QMetaObject::new_metaobject(
-       "rangewindow", parentObject,
-       slot_tbl, 8,
-       0, 0,
-#ifndef QT_NO_PROPERTIES
-       0, 0,
-       0, 0,
-#endif // QT_NO_PROPERTIES
-       0, 0 );
-    cleanUp_rangewindow.setMetaObject( metaObj );
-    return metaObj;
-}
-
-void* rangewindow::qt_cast( const char* clname )
-{
-    if ( !qstrcmp( clname, "rangewindow" ) )
-       return this;
-    return QDialog::qt_cast( clname );
-}
-
-bool rangewindow::qt_invoke( int _id, QUObject* _o )
-{
-    switch ( _id - staticMetaObject()->slotOffset() ) {
-    case 0: updateLowthresh(); break;
-    case 1: updateLowthreshslider(); break;
-    case 2: updateHighthresh(); break;
-    case 3: updateHighthreshslider(); break;
-    case 4: signalAllGlobals((bool)static_QUType_bool.get(_o+1)); break;
-    case 5: signalAllDifference((bool)static_QUType_bool.get(_o+1)); break;
-    case 6: closeWindow(); break;
-    case 7: closeEvent((QCloseEvent*)static_QUType_ptr.get(_o+1)); break;
-    default:
-       return QDialog::qt_invoke( _id, _o );
-    }
-    return TRUE;
-}
-
-bool rangewindow::qt_emit( int _id, QUObject* _o )
-{
-    return QDialog::qt_emit(_id,_o);
-}
-#ifndef QT_NO_PROPERTIES
-
-bool rangewindow::qt_property( int id, int f, QVariant* v)
-{
-    return QDialog::qt_property( id, f, v);
-}
-
-bool rangewindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
-#endif // QT_NO_PROPERTIES