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