You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqtinterface/qtinterface/qt4/Qt/QtSql

19 lines
452 B

#ifndef QT_QTSQL_MODULE_H
#define QT_QTSQL_MODULE_H
#include <QtCore/QtCore>
#include "qsql.h"
#include "qsqldatabase.h"
#include "qsqldriver.h"
#include "qsqldriverplugin.h"
#include "qsqlerror.h"
#include "qsqlfield.h"
#include "qsqlindex.h"
#include "qsqlquery.h"
#include "qsqlrecord.h"
#include "qsqlresult.h"
#include "qsqlquerymodel.h"
#include "qsqlrelationaldelegate.h"
#include "qsqlrelationaltablemodel.h"
#include "qsqltablemodel.h"
#endif