#include <QtCore/qstring.h> #ifndef QSTRING_H class QString{ /* Some contents are skipped to improve readability */ private: class QString multiArg(int numArgs, QString* * args) const /* ... */ }; #endif // QSTRING_H