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