Changeset 683 for trunk


Ignore:
Timestamp:
Jan 14, 2008, 4:51:13 PM (16 years ago)
Author:
garnier
Message:

correction d un bug sur Qt 4.0.1

Location:
trunk/geant4
Files:
2 edited

Legend:

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

    r648 r683  
    12631263    return;
    12641264
    1265 #if QT_VERSION >= 0x040000
    1266 #if QT_VERSION < 0x040200
    1267     fCommandArea->clear();
    1268     fCommandArea->append(item->text(1));
    1269 #else
    1270     fCommandArea->setText(item->text(1));
    1271 #endif
    1272 #else
    1273     fCommandArea->setText(item->text(1));
    1274 #endif
     1265  fCommandArea->clear();
     1266  fCommandArea->setText(item->text(1));
    12751267}
    12761268
  • trunk/geant4/specific-geant4-dev.sh

    r633 r683  
    1313  export G4INCLUDE=$G4INSTALL/include/geant4
    1414  export CPPVERBOSE=1
    15   export G4LIB_USE_GRANULAR=1
     15#  export G4LIB_USE_GRANULAR=1
    1616#  unset G4LIB_USE_GRANULAR
    1717  # Shareable library
Note: See TracChangeset for help on using the changeset viewer.