#include <QtGui/qcolor.h>
#ifndef QCOLOR_H
class QColor{
   /* Some contents are skipped to improve readability */
   public: static class QColor fromHsv(int h, int s, int v, int a = 255);
   /* ... */
};
#endif // QCOLOR_H