#include <QtCore/qstring.h> #ifndef QSTRING_H class QString{ /* Some contents are skipped to improve readability */ public: static class QString fromRawData(class QChar const *, int size); /* ... */ }; #endif // QSTRING_H