#include <QtCore/qabstractitemmodel.h>
#ifndef QABSTRACTITEMMODEL_H
class QAbstractItemModel: public QObject{
   /* Some contents are skipped to improve readability */
   public: virtual QModelIndexList match(class QModelIndex const & start, int role, class QVariant const & value, int hits = 1, Qt::MatchFlags flags) const
   /* ... */
};
#endif // QABSTRACTITEMMODEL_H