Ignore:
Timestamp:
May 5, 2010, 4:26:13 PM (14 years ago)
Author:
garnier
Message:

test de helpTree update

File:
1 edited

Legend:

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

    r1243 r1248  
    2525//
    2626//
    27 // $Id: G4Qt.cc,v 1.15 2010/01/06 14:07:34 lgarnier Exp $
     27// $Id: G4Qt.cc,v 1.16 2010/04/26 15:46:00 lgarnier Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    6868    instance = new G4Qt(a_argn,a_args,a_class);
    6969  }
    70 #ifdef G4DEBUG_INTERFACES_COMMON
    71     printf("G4Qt::getInstance :%d\n",instance);
    72 #endif
    7370  return instance;
    7471}
     
    155152#ifdef G4DEBUG_INTERFACES_COMMON
    156153  if (qApp) {
    157     printf("G4Qt::qApp exist adress:%d\n",this);
     154    printf("G4Qt::qApp already exist\n");
    158155  }  else {
    159156    printf("G4Qt::qApp not exist\n");
Note: See TracChangeset for help on using the changeset viewer.