#include <QtGui/qpainterpath.h>
#ifndef QPAINTERPATH_H
class QPainterPath{
   /* Some contents are skipped to improve readability */
   public: bool contains(class QRectF const & rect) const
   /* ... */
};
#endif // QPAINTERPATH_H