#include <QtCore/qchar.h>
#ifndef QCHAR_H
class QChar{
   /* Some contents are skipped to improve readability */
   public: enum CombiningClass{
      /* ... */
      Combining_DoubleBelow = 233,
      /* ... */
   };
   /* ... */
};
#endif // QCHAR_H