Ignore:
Timestamp:
Dec 3, 2007, 6:16:19 PM (17 years ago)
Author:
garnier
Message:

debut de correction du ticket #98

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/OpenGL/src/G4OpenGLQtExportDialog_moc.cc

    r632 r633  
    206206** Meta object code from reading C++ file 'G4OpenGLQtExportDialog.hh'
    207207**
    208 ** Created: Fri Sep 28 12:35:41 2007
    209 **      by: The Qt Meta Object Compiler version 59 (Qt 4.2.2)
     208** Created: Mon Dec 3 16:30:26 2007
     209**      by: The Qt Meta Object Compiler version 59 (Qt 4.3.0)
    210210**
    211211** WARNING! All changes made in this file will be lost!
    212212*****************************************************************************/
    213 
    214 
    215213
    216214#include "../include/G4OpenGLQtExportDialog.hh"
     
    218216#error "The header file 'G4OpenGLQtExportDialog.hh' doesn't include <QObject>."
    219217#elif Q_MOC_OUTPUT_REVISION != 59
    220 #error "This file was generated using the moc from 4.2.2. It"
     218#error "This file was generated using the moc from 4.3.0. It"
    221219#error "cannot be used with the include files from this version of Qt."
    222220#error "(The moc has changed too much.)"
     
    234232
    235233 // slots: signature, parameters, type, tag, flags
    236       23,   43,   43,   43, 0x0a,
    237       44,   43,   43,   43, 0x0a,
    238       70,   43,   43,   43, 0x0a,
     234      23,   39,   39,   39, 0x0a,
     235      40,   39,   39,   39, 0x0a,
     236      66,   39,   39,   39, 0x0a,
    239237
    240238       0        // eod
     
    242240
    243241static const char qt_meta_stringdata_G4OpenGLQtExportDialog[] = {
    244     "G4OpenGLQtExportDialog\0changeSizeBox(bool)\0"
     242    "G4OpenGLQtExportDialog\0changeSizeBox()\0"
    245243    "\0textWidthChanged(QString)\0"
    246244    "textHeightChanged(QString)\0"
     
    261259    if (!_clname) return 0;
    262260    if (!strcmp(_clname, qt_meta_stringdata_G4OpenGLQtExportDialog))
    263         return static_cast<void*>(const_cast<G4OpenGLQtExportDialog*>(this));
     261        return static_cast<void*>(const_cast< G4OpenGLQtExportDialog*>(this));
    264262    return QDialog::qt_metacast(_clname);
    265263}
     
    272270    if (_c == QMetaObject::InvokeMetaMethod) {
    273271        switch (_id) {
    274         case 0: changeSizeBox((*reinterpret_cast< bool(*)>(_a[1]))); break;
     272        case 0: changeSizeBox(); break;
    275273        case 1: textWidthChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
    276274        case 2: textHeightChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
Note: See TracChangeset for help on using the changeset viewer.