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