#include <QtCore/qstring.h> #ifndef QSTRING_H class QString{ /* Some contents are skipped to improve readability */ public: inline class QString arg(ushort a, int fieldWidth = 0, int base = 10, class QChar const & fillChar = QLatin1Char::QLatin1Char(32)) const /* ... */ }; #endif // QSTRING_H