Ignore:
Timestamp:
Oct 6, 2009, 5:06:21 PM (15 years ago)
Author:
garnier
Message:

ras

File:
1 edited

Legend:

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

    r989 r1120  
    8080  args = NULL;
    8181
    82 #ifdef G4DEBUG
     82#ifdef G4DEBUG_INTERFACES_COMMON
    8383  printf("G4Qt::G4Qt try to inited Qt\n");
    8484#endif
     
    9393    SetArguments      (a_argn,a_args);
    9494   
    95 #ifdef G4DEBUG
     95#ifdef G4DEBUG_INTERFACES_COMMON
    9696    printf("G4Qt::G4Qt alredy inited in external \n");
    9797#endif
     
    135135        }
    136136        SetArguments      (a_argn,a_args);
    137 #ifdef G4DEBUG
     137#ifdef G4DEBUG_INTERFACES_COMMON
    138138        printf("G4Qt::G4Qt inited Qt END\n");
    139139#endif
     
    141141    }
    142142  }
    143 #ifdef G4DEBUG
     143#ifdef G4DEBUG_INTERFACES_COMMON
    144144  if (qApp) {
    145145    printf("G4Qt::qApp exist\n");
Note: See TracChangeset for help on using the changeset viewer.