Ignore:
Timestamp:
Jan 8, 2010, 11:56:51 AM (15 years ago)
Author:
garnier
Message:

update geant4.9.3 tag

File:
1 edited

Legend:

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

    r1224 r1228  
    2525//
    2626//
    27 // $Id: G4Qt.cc,v 1.14 2009/10/07 09:12:35 lgarnier Exp $
     27// $Id: G4Qt.cc,v 1.15 2010/01/06 14:07:34 lgarnier Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    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
    136139#endif
    137140      if(!qApp) {
     
    139142        G4cout        << "G4Qt : Unable to init Qt." << G4endl;
    140143      } else {
     144#ifdef G4DEBUG_INTERFACES_COMMON
     145        printf("G4Qt::G4Qt 1\n");
     146#endif
    141147        QtInited  = TRUE;
    142148        if (a_argn != 0) {
     
    242248
    243249
    244 
Note: See TracChangeset for help on using the changeset viewer.