#include <QtGui/qpainter.h>
#ifndef QPAINTER_H
class QPainter{
   /* Some contents are skipped to improve readability */
   public: inline void drawImage(class QPointF const & p, class QImage const & image, class QRectF const & sr, Qt::ImageConversionFlags flags = Qt::AutoColor);
   /* ... */
};
#endif // QPAINTER_H