Opened 14 years ago

Last modified 13 years ago

#51 new defect

Qt3 compilation warning

Reported by: /C=FR/O=CNRS/OU=UMR8607/CN=Laurent Garnier/emailAddress=garnier@… Owned by:
Priority: major Milestone: Geant4.9.5
Component: Interfaces Version:
Keywords: Cc:

Description

I've check qt3 on mac 10.6, it works fine, but I have a compilation warning (only in qt3)
src/G4UIQt.cc:157: warning: unused variable ‘mainWidget’
But that's only a warning, and only on qt3, the patch is this :
157d156

QWidget *mainWidget = new QWidget(fMainWindow);

160a160

QWidget *mainWidget = new QWidget(fMainWindow);

Change History (1)

comment:1 Changed 13 years ago by /C=FR/O=CNRS/OU=UMR8607/CN=Laurent Garnier/emailAddress=garnier@…

Milestone: Geant4.9.4Geant4.9.5
Note: See TracTickets for help on using tickets.