#include <QtSql/qsqlquerymodel.h>
#ifndef QSQLQUERYMODEL_H
class QSqlQueryModel: public QAbstractTableModel{
   /* Some contents are skipped to improve readability */
   private: inline struct QSqlQueryModelPrivate const * d_func() const
   /* ... */
};
#endif // QSQLQUERYMODEL_H