#include <QtCore/qchar.h> #ifndef QCHAR_H class QChar{ /* Some contents are skipped to improve readability */ public: static inline class QChar fromLatin1(char c); /* ... */ }; #endif // QCHAR_H