Ignore:
Timestamp:
Nov 15, 2007, 7:41:15 PM (17 years ago)
Author:
garnier
Message:

r657@mac-90108: laurentgarnier | 2007-11-15 19:44:52 +0100
ajout d un flag pour debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/interfaces/basic/include/G4UIQt.hh

    r606 r608  
    2525//
    2626//
    27 // $Id: G4UIQt.hh,v 1.4 2007/11/13 17:48:51 lgarnier Exp $
     27// $Id: G4UIQt.hh,v 1.6 2007/11/15 18:24:27 lgarnier Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    144144
    145145private slots :
     146  void ExitSession();
    146147  void ClearButtonCallback();
    147148  void CommandEnteredCallback();
    148149  void ButtonCallback(const QString&);
    149150  void HelpTreeClicCallback();
    150 #if QT_VERSION < 0x040000
    151   void HelpTreeDoubleClicCallback( QListViewItem*, int);
    152 #else
    153151  void HelpTreeDoubleClicCallback( QTreeWidgetItem*, int);
    154 #endif
    155152  void ShowHelpCallback();
    156153  void CommandHistoryCallback();
Note: See TracChangeset for help on using the changeset viewer.