#include <QtSql/qsqldatabase.h>
#ifndef QSQLDATABASE_H
class QSqlDatabase{
   /* Some contents are skipped to improve readability */
   public: struct QStringList tables(enum QSql::TableType type = QSql::Tables) const
   /* ... */
};
#endif // QSQLDATABASE_H