#include <QtSql/qsqldriver.h>
#ifndef QSQLDRIVER_H
class QSqlDriver: public QObject{
   /* Some contents are skipped to improve readability */
   private: inline struct QSqlDriverPrivate* d_func();
   /* ... */
};
#endif // QSQLDRIVER_H