#include <QtGui/qgraphicsitem.h>
#ifndef QGRAPHICSITEM_H
#if !defined(QT_NO_GRAPHICSVIEW) || (QT_EDITION & QT_MODULE_GRAPHICSVIEW) != QT_MODULE_GRAPHICSVIEW
class QGraphicsItem{
   /* Some contents are skipped to improve readability */
   public: virtual bool collidesWithPath(class QPainterPath const & path, enum Qt::ItemSelectionMode mode = Qt::IntersectsItemShape) const
   /* ... */
};
#endif
#endif // QT_NO_GRAPHICSVIEW