#include <QtCore/qstring.h> #ifndef QSTRING_H class QString{ /* Some contents are skipped to improve readability */ private: static struct QString::Data* fromAscii_helper(char const * str, int size = -1); /* ... */ }; #endif // QSTRING_H