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