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