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