Import Geant4 9.3.0 source tree
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Qt.cc,v 1.12 2008/11/19 16:11:52 lgarnier Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
// $Id: G4Qt.cc,v 1.14 2009/10/07 09:12:35 lgarnier Exp $
|
||||
// GEANT4 tag $Name: geant4-09-03 $
|
||||
//
|
||||
// L. Garnier
|
||||
|
||||
@@ -71,7 +71,7 @@ G4Qt* G4Qt::getInstance (
|
||||
G4Qt::G4Qt (
|
||||
int a_argn
|
||||
,char** a_args
|
||||
,char* a_class
|
||||
,char* /*a_class */
|
||||
)
|
||||
/***************************************************************************/
|
||||
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
|
||||
@@ -79,7 +79,7 @@ G4Qt::G4Qt (
|
||||
argn = 0;
|
||||
args = NULL;
|
||||
|
||||
#ifdef G4DEBUG
|
||||
#ifdef G4DEBUG_INTERFACES_COMMON
|
||||
printf("G4Qt::G4Qt try to inited Qt\n");
|
||||
#endif
|
||||
// Check if Qt already init in another external app
|
||||
@@ -92,7 +92,7 @@ G4Qt::G4Qt (
|
||||
//#endif
|
||||
SetArguments (a_argn,a_args);
|
||||
|
||||
#ifdef G4DEBUG
|
||||
#ifdef G4DEBUG_INTERFACES_COMMON
|
||||
printf("G4Qt::G4Qt alredy inited in external \n");
|
||||
#endif
|
||||
} else {
|
||||
@@ -134,13 +134,13 @@ G4Qt::G4Qt (
|
||||
SetMainInteractor (qApp);
|
||||
}
|
||||
SetArguments (a_argn,a_args);
|
||||
#ifdef G4DEBUG
|
||||
#ifdef G4DEBUG_INTERFACES_COMMON
|
||||
printf("G4Qt::G4Qt inited Qt END\n");
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
#ifdef G4DEBUG
|
||||
#ifdef G4DEBUG_INTERFACES_COMMON
|
||||
if (qApp) {
|
||||
printf("G4Qt::qApp exist\n");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user