OpenSceneGraph/include/osgQt
Robert Osfield d3d0859b4c From Piotr Gwiazdowski, "So there's config setting OSG_DISABLE_MSVC_WARNINGS which should
disable pragmas that turn off specific warnings for MSVC.
Unfortunately it's presence is only checked in osg/Export header,
making other Export headers disable warnings no matter what, which is
kind of incoherent.

My fix adds #include <osg/Config> to every Export header. I've also
unified checking whether to disable warnings to current osg/Export
way:
#if defined(_MSC_VER) && defined(OSG_DISABLE_MSVC_WARNINGS).

Attachment contains all changed Export files in their original locations."
2011-03-09 14:15:04 +00:00
..
Export From Piotr Gwiazdowski, "So there's config setting OSG_DISABLE_MSVC_WARNINGS which should 2011-03-09 14:15:04 +00:00
GraphicsWindowQt Ran: 2011-01-31 11:40:35 +00:00
QFontImplementation Refactored to use a typedef of Font to Font3D rather than have a separate Font3D class 2010-09-03 09:08:19 +00:00
QGraphicsViewAdapter Converted FrameStamp::g/setFrameNumber from int to uint 2010-12-22 20:11:05 +00:00
QWebViewImage Added #include <QtWebKit/QtWebKit> 2010-06-02 18:09:34 +00:00
QWidgetImage From Jean-Sebastien Guay, "I've been working in the last few days 2010-06-15 13:57:44 +00:00