#include <QtSql/qsqlquerymodel.h>
#ifndef QSQLQUERYMODEL_H
class QSqlQueryModel: public QAbstractTableModel{
public: virtual class QVariant headerData(int section, enum Qt::Orientation orientation, int role = Qt::DisplayRole) const
};
#endif // QSQLQUERYMODEL_H