#include <QtCore/qbytearraymatcher.h> #ifndef QBYTEARRAYMATCHER_H class QByteArrayMatcher{ /* Some contents are skipped to improve readability */ private: struct QByteArrayMatcherPrivate* d; /* ... */ }; #endif // QBYTEARRAYMATCHER_H