#include <QtCore/qtextcodec.h> #ifndef QTEXTCODEC_H #ifndef QT_NO_TEXTCODEC class QTextCodec{ /* Some contents are skipped to improve readability */ public: struct ConverterState{ /* ... */ public: int remainingChars; /* ... */ }; /* ... */ }; #endif // QT_NO_TEXTCODEC #endif // QTEXTCODEC_H