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