Changeset 867 for trunk/source/interfaces/common/include
- Timestamp:
- Oct 15, 2008, 2:49:22 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/source/interfaces/common/include/G4Qt.hh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/interfaces/common/include/G4Qt.hh
r850 r867 25 25 // 26 26 // 27 // $Id: G4Qt.hh,v 1. 2 2007/11/08 17:00:09lgarnier Exp $28 // GEANT4 tag $Name: HEAD$27 // $Id: G4Qt.hh,v 1.3 2008/10/15 09:09:47 lgarnier Exp $ 28 // GEANT4 tag $Name: $ 29 29 // 30 30 // To unify Qt event treatment between … … 51 51 public: 52 52 static G4Qt* getInstance(); 53 static G4Qt* getInstance(int ,char**,char*);53 static G4Qt* getInstance(int*,char**,char*); 54 54 G4bool Inited(); 55 55 void* GetEvent(); … … 57 57 virtual ~G4Qt(); 58 58 private: 59 G4Qt (int ,char**,char*);59 G4Qt (int*,char**,char*); 60 60 static G4Qt* instance; // Pointer to single instance. 61 61 };
Note:
See TracChangeset
for help on using the changeset viewer.
