#include <QtSql/qsqlquerymodel.h> #ifndef QSQLQUERYMODEL_H class QSqlQueryModel: public QAbstractTableModel{ /* Some contents are skipped to improve readability */ public: virtual int qt_metacall(enum QMetaObject::Call, int, void* *); /* ... */ }; #endif // QSQLQUERYMODEL_H