Ignore:
Timestamp:
Oct 15, 2008, 2:48:57 PM (16 years ago)
Author:
garnier
Message:

see history

Location:
trunk/source/visualization/OpenGL/include
Files:
3 edited

Legend:

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

    r704 r866  
    2525//
    2626//
    27 // $Id: G4OpenGLQtExportDialog.hh,v 1.5 2008/01/30 10:54:13 lgarnier Exp $
     27// $Id: G4OpenGLQtExportDialog.hh,v 1.6 2008/10/15 10:16:17 lgarnier Exp $
    2828// GEANT4 tag $Name:
    2929//
     
    3636
    3737#include <qdialog.h>
     38#include <qobject.h>
    3839
    3940class QButtonGroup;
  • trunk/source/visualization/OpenGL/include/G4OpenGLQtMovieDialog.hh

    r863 r866  
    2525//
    2626//
    27 // $Id: G4OpenGLQtMovieDialog.hh,v 1.3 2008/10/07 01:03:04 lgarnier Exp $
     27// $Id: G4OpenGLQtMovieDialog.hh,v 1.4 2008/10/07 05:36:11 lgarnier Exp $
    2828// GEANT4 tag $Name:
    2929//
     
    7979
    8080public slots :
    81   void checkAllParameters();
    8281  void stopFinishClose();
    8382  void save();
  • trunk/source/visualization/OpenGL/include/G4OpenGLQtViewer.hh

    r857 r866  
    2525//
    2626//
    27 // $Id: G4OpenGLQtViewer.hh,v 1.10 2008/06/20 13:55:06 lgarnier Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4OpenGLQtViewer.hh,v 1.12 2008/10/15 10:24:04 lgarnier Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030//
     
    105105protected:
    106106  void CreateGLQtContext ();
    107   virtual void CreateMainWindow (QGLWidget*);
     107  virtual void CreateMainWindow (QGLWidget*,QString);
    108108  void manageContextMenuEvent(QContextMenuEvent *e);
    109109#if QT_VERSION < 0x040000
Note: See TracChangeset for help on using the changeset viewer.