#include <QtCore/qstring.h>
#ifndef QSTRING_H
class QString{
   /* Some contents are skipped to improve readability */
   public: class QString leftJustified(int width, class QChar fill = QLatin1Char::QLatin1Char(32), bool trunc = 0) const
   /* ... */
};
#endif // QSTRING_H