Import Geant4 10.7.0 source tree
This commit is contained in:
@@ -112,6 +112,9 @@ G4Qt::G4Qt (
|
||||
|
||||
int *p_argn = (int*)malloc(sizeof(int));
|
||||
*p_argn = argn;
|
||||
#ifdef WIN32
|
||||
qApp->setAttribute( Qt::AA_UseDesktopOpenGL );
|
||||
#endif
|
||||
new QApplication (*p_argn, args);
|
||||
if(!qApp) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user