#include <QtCore/qabstractitemmodel.h> #ifndef QABSTRACTITEMMODEL_H class QAbstractItemModel: public QObject{ /* Some contents are skipped to improve readability */ private: inline struct QAbstractItemModelPrivate const * d_func() const /* ... */ }; #endif // QABSTRACTITEMMODEL_H