#include <QtCore/qstring.h> #ifndef QSTRING_H class QString{ /* Some contents are skipped to improve readability */ #ifndef QT_NO_STL #ifdef qdoc #else #ifndef QT_NO_STL_WCHAR public: inline QStdWString toStdWString() const #endif // QT_NO_STL_WCHAR #endif // qdoc #endif /* ... */ }; #endif // QSTRING_H