#include <QtCore/qstring.h>
#ifndef QSTRING_H
class QString{
   /* Some contents are skipped to improve readability */
   public: int count(class QChar c, enum Qt::CaseSensitivity cs = Qt::CaseSensitive) const
   /* ... */
};
#endif // QSTRING_H