#include <QtCore/qstring.h>
#ifndef QSTRING_H
class QString{
   /* Some contents are skipped to improve readability */
   public: inline class QString& setNum(ushort n, int base = 10);
   /* ... */
};
#endif // QSTRING_H