Changeset 1323 for trunk


Ignore:
Timestamp:
Jun 23, 2010, 3:22:54 PM (14 years ago)
Author:
garnier
Message:

fix warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/OpenGL/src/G4OpenGLQtViewer.cc

    r1314 r1323  
    112112
    113113#ifdef G4DEBUG_VIS_OGL
     114#if QT_VERSION < 0x040000
     115  printf("G4OpenGLQtViewer::CreateMainWindow :: ++++++++++++++ add new TAB %s  W:%d H:%d SizeHinX:%d SizeHintY:%d\n",name.ascii(),getWinWidth(),getWinHeight(),fVP.GetWindowSizeHintX(),fVP.GetWindowSizeHintY());
     116#else
    114117  printf("G4OpenGLQtViewer::CreateMainWindow :: ++++++++++++++ add new TAB %s  W:%d H:%d SizeHinX:%d SizeHintY:%d\n",name.toStdString().c_str(),getWinWidth(),getWinHeight(),fVP.GetWindowSizeHintX(),fVP.GetWindowSizeHintY());
     118#endif
    115119#endif
    116120  //G4Qt* interactorManager = G4Qt::getInstance ();
Note: See TracChangeset for help on using the changeset viewer.