#include <QtCore/qabstractitemmodel.h>
#ifndef QABSTRACTITEMMODEL_H
class QModelIndex{
   /* Some contents are skipped to improve readability */
   private: inline QModelIndex(int arow, int acolumn, void* adata, class QAbstractItemModel const * amodel);
   /* ... */
};
#endif // QABSTRACTITEMMODEL_H