[IGSTK-Users] Bug on IGSTKSandbox - Q3DView (include directives)
Wagner Sales
wsales at gmail.com
Wed Apr 4 19:05:04 EDT 2007
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/igstk-users/attachments/20070404/42d536d6/attachment-0001.html>
More information about the IGSTK-Users
mailing list