Ignore:
Timestamp:
Nov 13, 2009, 10:33:58 AM (15 years ago)
Author:
garnier
Message:

Update pour les Tabs

File:
1 edited

Legend:

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

    r1158 r1163  
    7878,char** a_args
    7979 ,char*  /*a_class */
    80 )
     80 )
     81:fG4UI(NULL)
    8182/***************************************************************************/
    8283/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
     
    210211/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    211212{
     213#ifdef G4DEBUG_INTERFACES_COMMON
     214    printf("G4Qt::SetG4UI \n");
     215#endif
    212216  fG4UI = ui;
    213217}
     
    221225/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    222226{
    223   if (fG4UI) {
     227  if (fG4UI != NULL) {
    224228    fG4UI->AddTabVisWidget(vis,name);
    225229    return true;
Note: See TracChangeset for help on using the changeset viewer.