#include <QtCore/qstring.h> #ifndef QSTRING_H class QString{ /* Some contents are skipped to improve readability */ public: inline class QString& operator +=(enum QChar::SpecialCharacter c); /* ... */ }; #endif // QSTRING_H