Ignore:
Timestamp:
Oct 14, 2009, 12:21:27 PM (16 years ago)
Author:
garnier
Message:

pb quand on ne met pas la vis QT corrige

File:
1 edited

Legend:

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

    r1112 r1127  
    3939#include "globals.hh"
    4040
     41// FIXME : L.Garnier 22 Sept 09
     42// This include should be the first, because we should include
     43// qobject.h first. I don't know why, but on macOSX 10.5.8, if
     44// we do not, it says :
     45// /Library/Frameworks/QtCore.framework/Headers/qglobal.h:1895: error: redefinition of ‘class QTypeInfo<char>’
     46// /Library/Frameworks/QtCore.framework/Headers/qglobal.h:1894: error: previous definition of ‘class QTypeInfo<char>’
     47
     48#include <qobject.h>
    4149#include "G4OpenGLViewer.hh"
    4250
    43 #include <qobject.h>
    4451#include <qpoint.h>
    4552
Note: See TracChangeset for help on using the changeset viewer.