#include <QtCore/qchar.h> #ifndef QCHAR_H class QChar{ /* Some contents are skipped to improve readability */ public: enum Joining{ OtherJoining = 0, Dual = 1, Right = 2, Center = 3, }; /* ... */ }; #endif // QCHAR_H