#include <QtCore/qchar.h> #ifndef QCHAR_H struct QLatin1Char{ /* Some contents are skipped to improve readability */ public: inline char const toLatin1() const /* ... */ }; #endif // QCHAR_H