Ignore:
Timestamp:
Dec 5, 2007, 7:02:02 PM (17 years ago)
Author:
garnier
Message:

amelioration du ticket #66

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/OpenGL/include/G4OpenGLQtExportDialog.hh

    r633 r639  
    5757      @param parent : parent widget
    5858      @param name : name of the saved file with extention
     59      @param format : format of save file in lower case
    5960      @param height : height of the original file
    6061      @param width : width of the original file
    6162  */
    62   G4OpenGLQtExportDialog(QWidget* parent, QString name, int height =0, int width=0);
     63  G4OpenGLQtExportDialog(QWidget* parent, QString name, QString format, int height =0, int width=0);
    6364
    6465  /** Destroys G4OpenGLQtExportDialog */
Note: See TracChangeset for help on using the changeset viewer.