[IGSTK-Users] Bug on IGSTKSandbox - Q3DView (include directives)

Patrick Cheng cheng at isis.georgetown.edu
Thu Apr 5 10:15:35 EDT 2007


Hi Wagner,

Thank you for reporting the this. A bug entry has been entered in to the 
IGSTK bug tracker with bug number: 4796
http://public.kitware.com/Bug/bug.php?op=show&bugid=4796&pos=3

Thank you.

Patrick

Wagner Sales wrote:
> Dear all,
> 
> I was identified the following bug:
> FILE: IGSTKSandbox/Source/igstkQView3D.h
> 
> Include directive:
> #include <QWidget.h>
> 
> That's needs to be changed to:
> #if QT_VERSION < 0x040000
>         #include <qwidget.h>
> #else
>         #include <QWidget>
> #endif
> 
> Thks in advance,
> 
> Wagner Sales
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> IGSTK-Users mailing list
> IGSTK-Users at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users



More information about the IGSTK-Users mailing list