| 1 | #ifndef QT_QTSQL_MODULE_H | 
|---|---|
| 2 | #define QT_QTSQL_MODULE_H | 
| 3 | #include <QtSql/QtSqlDepends> | 
| 4 | #include "qtsqlglobal.h" | 
| 5 | #include "qsqldatabase.h" | 
| 6 | #include "qsqldriver.h" | 
| 7 | #include "qsqldriverplugin.h" | 
| 8 | #include "qsqlerror.h" | 
| 9 | #include "qsqlfield.h" | 
| 10 | #include "qsqlindex.h" | 
| 11 | #include "qsqlquery.h" | 
| 12 | #if QT_CONFIG(sqlmodel) | 
| 13 | #include "qsqlquerymodel.h" | 
| 14 | #endif | 
| 15 | #include "qsqlrecord.h" | 
| 16 | #if QT_CONFIG(sqlmodel) | 
| 17 | #include "qsqlrelationaldelegate.h" | 
| 18 | #endif | 
| 19 | #if QT_CONFIG(sqlmodel) | 
| 20 | #include "qsqlrelationaltablemodel.h" | 
| 21 | #endif | 
| 22 | #include "qsqlresult.h" | 
| 23 | #if QT_CONFIG(sqlmodel) | 
| 24 | #include "qsqltablemodel.h" | 
| 25 | #endif | 
| 26 | #include "qtsqlversion.h" | 
| 27 | #endif | 
| 28 | 
