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