#include <QtGui/qpainter.h>
#ifndef QPAINTER_H
classQPainter{
/* Some contents are skipped to improve readability */public: inlinevoiddrawPixmap(int x, int y, int w, int h, classQPixmapconst & pm, int sx, int sy, int sw, int sh);/* ... */
};
#endif // QPAINTER_H