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