#include <QtCore/qstringmatcher.h>
#ifndef QSTRINGMATCHER_H
class QStringMatcher{
   /* Some contents are skipped to improve readability */
   private: uint q_skiptable[256];
   /* ... */
};
#endif // QSTRINGMATCHER_H