#include <QtCore/qstring.h>
#ifndef QSTRING_H
class QLatin1String{
   /* Some contents are skipped to improve readability */
   public: explicit inline QLatin1String(char const * s);
   /* ... */
};
#endif // QSTRING_H