#include <QtSql/qsqlerror.h>
#ifndef QSQLERROR_H
class QSqlError{
   /* Some contents are skipped to improve readability */
   public: QSqlError(class QString const & driverText = QString::QString(), class QString const & databaseText = QString::QString(), enum QSqlError::ErrorType type = QSqlError::NoError, int number = -1);
   /* ... */
};
#endif // QSQLERROR_H