#include <QtGui/qpainter.h>
#ifndef QPAINTER_H
class QPainter{
   /* Some contents are skipped to improve readability */
   public: void setRenderHints(class QFlags < enum QPainter::RenderHint > hints, bool on = 1);
   /* ... */
};
#endif // QPAINTER_H