X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2FDisplay%2Fmoc_chooseRanges.cpp;fp=tools%2FDisplay%2Fmoc_chooseRanges.cpp;h=0000000000000000000000000000000000000000;hb=a88c5e3beb9e2e8e0ea04369391e49545c0acddd;hp=093d47d5e7c75f25259323d9f00268efbfd5fb1f;hpb=89362fdc72dfe57c796820598cd3e6cae9d33ce9;p=snark14.git diff --git a/tools/Display/moc_chooseRanges.cpp b/tools/Display/moc_chooseRanges.cpp deleted file mode 100644 index 093d47d..0000000 --- a/tools/Display/moc_chooseRanges.cpp +++ /dev/null @@ -1,104 +0,0 @@ -/**************************************************************************** -** chooseRangesDialog meta object code from reading C++ file 'chooseRanges.hpp' -** -** Created: Sun Feb 11 21:03:18 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 "chooseRanges.hpp" -#include -#include - -#include -#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 *chooseRangesDialog::className() const -{ - return "chooseRangesDialog"; -} - -QMetaObject *chooseRangesDialog::metaObj = 0; -static QMetaObjectCleanUp cleanUp_chooseRangesDialog( "chooseRangesDialog", &chooseRangesDialog::staticMetaObject ); - -#ifndef QT_NO_TRANSLATION -QString chooseRangesDialog::tr( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "chooseRangesDialog", s, c, QApplication::DefaultCodec ); - else - return QString::fromLatin1( s ); -} -#ifndef QT_NO_TRANSLATION_UTF8 -QString chooseRangesDialog::trUtf8( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "chooseRangesDialog", s, c, QApplication::UnicodeUTF8 ); - else - return QString::fromUtf8( s ); -} -#endif // QT_NO_TRANSLATION_UTF8 - -#endif // QT_NO_TRANSLATION - -QMetaObject* chooseRangesDialog::staticMetaObject() -{ - if ( metaObj ) - return metaObj; - QMetaObject* parentObject = QDialog::staticMetaObject(); - static const QUMethod slot_0 = {"proceed", 0, 0 }; - static const QUMethod slot_1 = {"closeWindow", 0, 0 }; - static const QMetaData slot_tbl[] = { - { "proceed()", &slot_0, QMetaData::Public }, - { "closeWindow()", &slot_1, QMetaData::Public } - }; - metaObj = QMetaObject::new_metaobject( - "chooseRangesDialog", parentObject, - slot_tbl, 2, - 0, 0, -#ifndef QT_NO_PROPERTIES - 0, 0, - 0, 0, -#endif // QT_NO_PROPERTIES - 0, 0 ); - cleanUp_chooseRangesDialog.setMetaObject( metaObj ); - return metaObj; -} - -void* chooseRangesDialog::qt_cast( const char* clname ) -{ - if ( !qstrcmp( clname, "chooseRangesDialog" ) ) - return this; - return QDialog::qt_cast( clname ); -} - -bool chooseRangesDialog::qt_invoke( int _id, QUObject* _o ) -{ - switch ( _id - staticMetaObject()->slotOffset() ) { - case 0: proceed(); break; - case 1: closeWindow(); break; - default: - return QDialog::qt_invoke( _id, _o ); - } - return TRUE; -} - -bool chooseRangesDialog::qt_emit( int _id, QUObject* _o ) -{ - return QDialog::qt_emit(_id,_o); -} -#ifndef QT_NO_PROPERTIES - -bool chooseRangesDialog::qt_property( int id, int f, QVariant* v) -{ - return QDialog::qt_property( id, f, v); -} - -bool chooseRangesDialog::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } -#endif // QT_NO_PROPERTIES