#include <QtCore/qabstractitemmodel.h>
#ifndef QABSTRACTITEMMODEL_H
class QAbstractItemModel: public QObject{
   /* Some contents are skipped to improve readability */
   private: void rowsRemoved(class QModelIndex const & parent, int first, int last);
   /* ... */
};
#endif // QABSTRACTITEMMODEL_H