#include <QtCore/qstring.h>
#ifndef QSTRING_H
class QString{
   /* Some contents are skipped to improve readability */
   public: struct QStringList split(class QChar const & sep, enum QString::SplitBehavior behavior = QString::KeepEmptyParts, enum Qt::CaseSensitivity cs = Qt::CaseSensitive) const
   /* ... */
};
#endif // QSTRING_H