#include <QtGui/qcolor.h>
#ifndef QCOLOR_H
class QColor{
   /* Some contents are skipped to improve readability */
   public: static class QColor fromHsvF(qreal h, qreal s, qreal v, qreal a = 1.0e+0);
   /* ... */
};
#endif // QCOLOR_H