#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: static inline class QString fromStdWString(QStdWString const & s);
#endif // QT_NO_STL_WCHAR
#endif // qdoc
#endif
   /* ... */
};
#endif // QSTRING_H