Ignore:
Timestamp:
Apr 21, 2010, 3:51:50 PM (14 years ago)
Author:
garnier
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/common/src/G4Qt.cc

    r1232 r1243  
    131131#else
    132132#ifdef G4DEBUG_INTERFACES_COMMON
    133       printf("G4Qt::G4Qt QAppl \n");
     133    printf("G4Qt::G4Qt QAppl \n");
    134134#endif
    135135      new QApplication (*p_argn, args);
    136 #ifdef G4DEBUG_INTERFACES_COMMON
    137         printf("G4Qt::G4Qt 0\n");
    138 #endif
    139136#endif
    140137      if(!qApp) {
     
    142139        G4cout        << "G4Qt : Unable to init Qt." << G4endl;
    143140      } else {
    144 #ifdef G4DEBUG_INTERFACES_COMMON
    145         printf("G4Qt::G4Qt 1\n");
    146 #endif
    147141        QtInited  = TRUE;
    148142        if (a_argn != 0) {
Note: See TracChangeset for help on using the changeset viewer.