Last change
on this file since 1147 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
452 bytes
|
Line | |
---|
1 | #ifndef QT_QTSQL_MODULE_H
|
---|
2 | #define QT_QTSQL_MODULE_H
|
---|
3 | #include <QtCore/QtCore>
|
---|
4 | #include "qsql.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 | #include "qsqlrecord.h"
|
---|
13 | #include "qsqlresult.h"
|
---|
14 | #include "qsqlquerymodel.h"
|
---|
15 | #include "qsqlrelationaldelegate.h"
|
---|
16 | #include "qsqlrelationaltablemodel.h"
|
---|
17 | #include "qsqltablemodel.h"
|
---|
18 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.