#include <QtCore/qabstractitemmodel.h>
#ifndef QABSTRACTITEMMODEL_H
class QAbstractItemModel: public QObject{
   /* Some contents are skipped to improve readability */
   public: virtual class QVariant headerData(int section, enum Qt::Orientation orientation, int role = Qt::DisplayRole) const
   /* ... */
};
#endif // QABSTRACTITEMMODEL_H