#include <QtSql/qsqlresult.h>
#ifndef QSQLRESULT_H
class QSqlResult{
   /* Some contents are skipped to improve readability */
   protected: virtual void bindValue(int pos, class QVariant const & val, QSql::ParamType type);
   /* ... */
};
#endif // QSQLRESULT_H