#include <QtCore/qstring.h>
#ifndef QSTRING_H
class QString{
   /* Some contents are skipped to improve readability */
   public: class QString& setNum(double, char f = 103, int prec = 6);
   /* ... */
};
#endif // QSTRING_H