#include <QtSql/qsqlresult.h> #ifndef QSQLRESULT_H class QSqlResult{ /* Some contents are skipped to improve readability */ protected: enum VirtualHookOperation{ /* ... */ BatchOperation = 0, /* ... */ }; /* ... */ }; #endif // QSQLRESULT_H