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