Ignore:
Timestamp:
Jun 15, 2007, 4:14:29 PM (17 years ago)
Author:
garnier
Message:

r632@mac-90108: laurentgarnier | 2007-06-15 16:17:56 +0200
bug quand on lance l aide avec -help /vis/- puis -help /gun/-

File:
1 edited

Legend:

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

    r513 r514  
    9999  void SecondaryLoop(G4String); // a VIRER
    100100  void TerminalHelp(G4String);
    101   void CreateChildTree(QTreeWidgetItem*,G4UIcommandTree*,G4UIcommand*);
     101  void CreateChildTree(QTreeWidgetItem*,G4UIcommandTree*);
    102102  QString GetCommandList(G4UIcommand*);
     103  void expandHelpItem (QTreeWidgetItem *,G4UIcommand*);
     104
    103105
    104106private:
     
    126128  void buttonCallback(const QString&);
    127129  void helpTreeCallback();
    128   void showHelp();
     130  void showHelpCallback();
    129131};
    130132
Note: See TracChangeset for help on using the changeset viewer.