#include <QtSql/qsqlquery.h> #ifndef QSQLQUERY_H class QSqlQuery{ /* Some contents are skipped to improve readability */ public: class QMap < class QString, struct QVariant > boundValues() const /* ... */ }; #endif // QSQLQUERY_H