#include <QtCore/qstring.h>
#ifndef QSTRING_H
class QString{
   /* Some contents are skipped to improve readability */
   private: inline QString(struct QString::Data* dd, int);
   /* ... */
};
#endif // QSTRING_H