Ignore:
Timestamp:
Nov 25, 2008, 5:27:14 PM (16 years ago)
Author:
garnier
Message:

See History

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/common/src/G4Qt.cc

    r876 r889  
    2525//
    2626//
    27 // $Id: G4Qt.cc,v 1.11 2008/11/06 10:06:33 lgarnier Exp $
     27// $Id: G4Qt.cc,v 1.12 2008/11/19 16:11:52 lgarnier Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    122122      *p_argn = argn;
    123123#if QT_VERSION < 0x040000
    124       qApp = new QApplication (argn, args);
     124      qApp = new QApplication (*p_argn, args);
    125125#else
    126       new QApplication (argn, args);
     126      new QApplication (*p_argn, args);
    127127#endif
    128128      if(!qApp) {
Note: See TracChangeset for help on using the changeset viewer.