Ignore:
Timestamp:
Nov 27, 2007, 6:04:59 PM (17 years ago)
Author:
garnier
Message:

modifs pour Qt3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/interfaces/basic/src/G4UIQt_moc.cc

    r615 r619  
    1515#include <qapplication.h>
    1616
    17 #if QT_VERSION < 0x040000
     17#if defined(Q_MOC_OUTPUT_REVISION) && (Q_MOC_OUTPUT_REVISION = 26)
    1818
    1919#include <private/qucomextra_p.h>
     
    6666    static const QUMethod slot_4 = {"HelpTreeClicCallback", 0, 0 };
    6767    static const QUParameter param_slot_5[] = {
    68         { 0, &static_QUType_ptr, "QListViewItem", QUParameter::In },
    69         { 0, &static_QUType_int, 0, QUParameter::In }
    70     };
    71     static const QUMethod slot_5 = {"HelpTreeDoubleClicCallback", 2, param_slot_5 };
     68        { 0, &static_QUType_ptr, "QListViewItem", QUParameter::In }
     69    };
     70    static const QUMethod slot_5 = {"HelpTreeDoubleClicCallback", 1, param_slot_5 };
    7271    static const QUMethod slot_6 = {"ShowHelpCallback", 0, 0 };
    7372    static const QUMethod slot_7 = {"CommandHistoryCallback", 0, 0 };
     
    7877        { "ButtonCallback(const QString&)", &slot_3, QMetaData::Private },
    7978        { "HelpTreeClicCallback()", &slot_4, QMetaData::Private },
    80         { "HelpTreeDoubleClicCallback(QListViewItem*,int)", &slot_5, QMetaData::Private },
     79        { "HelpTreeDoubleClicCallback(QListViewItem*)", &slot_5, QMetaData::Private },
    8180        { "ShowHelpCallback()", &slot_6, QMetaData::Private },
    8281        { "CommandHistoryCallback()", &slot_7, QMetaData::Private }
     
    127126    case 3: ButtonCallback((const QString&)static_QUType_QString.get(_o+1)); break;
    128127    case 4: HelpTreeClicCallback(); break;
    129     case 5: HelpTreeDoubleClicCallback((QListViewItem*)static_QUType_ptr.get(_o+1),(int)static_QUType_int.get(_o+2)); break;
     128    case 5: HelpTreeDoubleClicCallback((QListViewItem*)static_QUType_ptr.get(_o+1)); break;
    130129    case 6: ShowHelpCallback(); break;
    131130    case 7: CommandHistoryCallback(); break;
     
    160159
    161160
    162 #if QT_VERSION < 0x040200
     161#if defined(Q_MOC_OUTPUT_REVISION) && (Q_MOC_OUTPUT_REVISION = 58)
     162
    163163/****************************************************************************
    164164** Meta object code from reading C++ file 'G4UIQt.hh'
     
    262262#else
    263263
    264 #if QT_VERSION >= 0x040000
     264#if defined(Q_MOC_OUTPUT_REVISION) && (Q_MOC_OUTPUT_REVISION = 59)
     265
    265266/****************************************************************************
    266267** Meta object code from reading C++ file 'G4UIQt.hh'
Note: See TracChangeset for help on using the changeset viewer.