#include <QtCore/qbytearraymatcher.h> #ifndef QBYTEARRAYMATCHER_H class QByteArrayMatcher{ /* Some contents are skipped to improve readability */ public: int indexIn(class QByteArray const & ba, int from = 0) const /* ... */ }; #endif // QBYTEARRAYMATCHER_H