#include <QtCore/qstring.h> #ifndef QSTRING_H class QString{ /* Some contents are skipped to improve readability */ private: static void free(struct QString::Data*); /* ... */ }; #endif // QSTRING_H