Ignore:
Timestamp:
May 20, 2010, 11:47:43 AM (14 years ago)
Author:
garnier
Message:

remove cycle dependency

File:
1 edited

Legend:

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

    r1252 r1255  
    2525//
    2626//
    27 // $Id: G4Qt.cc,v 1.16 2010/04/26 15:46:00 lgarnier Exp $
     27// $Id: G4Qt.cc,v 1.17 2010/05/20 07:01:03 lgarnier Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    3838
    3939#include "G4Qt.hh"
    40 // #include "G4UIQt.hh"
    4140#include <qwidget.h>
    4241
     
    7675 ,char*  /*a_class */
    7776 )
    78 // :fG4UI(NULL)
    7977/***************************************************************************/
    8078/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
     
    207205}
    208206
    209 // /***************************************************************************/
    210 // void G4Qt::SetG4UI (
    211 //  G4UIQt* ui
    212 // )
    213 // /***************************************************************************/
    214 // /*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    215 // {
    216 // #ifdef G4DEBUG_INTERFACES_COMMON
    217 //     printf("G4Qt::SetG4UI \n");
    218 // #endif
    219 //   fG4UI = ui;
    220 // }
    221 
    222 // /***************************************************************************/
    223 // bool G4Qt::AddTabWidget (
    224 //  QWidget * vis
    225 // ,QString name
    226 // ,int sizeX
    227 // ,int sizeY
    228 // )
    229 // /***************************************************************************/
    230 // /*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    231 // {
    232 //   if (fG4UI != NULL) {
    233 //     //    return fG4UI->AddTabWidget(vis,name,sizeX,sizeY);
    234 //   }
    235 //   return false;
    236 // }
    237 #endif
    238 
    239 
     207#endif
     208
     209
Note: See TracChangeset for help on using the changeset viewer.