Ignore:
Timestamp:
Sep 18, 2007, 2:16:20 PM (17 years ago)
Author:
garnier
Message:

r597@mac-90108: laurentgarnier | 2007-09-18 14:20:01 +0200
correction du ticket #71 par le codage de la fonction FlushAndWaitExecution

File:
1 edited

Legend:

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

    r571 r578  
    142142/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    143143{
    144 //FIXME
    145    G4cout        << "G4Qt : Rien compris a cette fonction G4Qt::FlushAndWaitExecution." << G4endl;
    146 //  if(mainApp==NULL) return;
    147 //  XSync(QtDisplay(mainApp),False);
     144  printf("G4Qt::FlushAndWaitExecution ::  Flush ....\n");
     145  if(!qApp) return;
     146  qApp->processEvents();
    148147}
    149148
Note: See TracChangeset for help on using the changeset viewer.