Ignore:
Timestamp:
Nov 15, 2007, 11:56:03 AM (17 years ago)
Author:
garnier
Message:

r647@mac-90108: laurentgarnier | 2007-11-15 11:32:46 +0100
Ok en Qt 4.3.0

File:
1 edited

Legend:

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

    r603 r606  
    2525//
    2626//
    27 // $Id: G4UIQt.hh,v 1.3 2007/11/09 15:03:21 lgarnier Exp $
     27// $Id: G4UIQt.hh,v 1.4 2007/11/13 17:48:51 lgarnier Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    148148  void ButtonCallback(const QString&);
    149149  void HelpTreeClicCallback();
     150#if QT_VERSION < 0x040000
     151  void HelpTreeDoubleClicCallback( QListViewItem*, int);
     152#else
    150153  void HelpTreeDoubleClicCallback( QTreeWidgetItem*, int);
     154#endif
    151155  void ShowHelpCallback();
    152156  void CommandHistoryCallback();
Note: See TracChangeset for help on using the changeset viewer.