Remove the QtSql driver headers from the API

These headers are technically private API, since they include private
headers. They should be _p.h actually, but that change I'll leave for
5.1.

Change-Id: I2dec222854e147da0fc166de311012472954012e
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
This commit is contained in:
Thiago Macieira 2012-12-17 15:46:13 -08:00 committed by The Qt Project
parent b188d9481b
commit 008c455a6a
9 changed files with 48 additions and 0 deletions

View File

@ -54,6 +54,12 @@
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
#if 0
#pragma qt_no_master_include
#pragma qt_sync_stop_processing
#endif
class QDB2Driver;
class QDB2DriverPrivate;
class QDB2ResultPrivate;

View File

@ -50,6 +50,12 @@
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
#if 0
#pragma qt_no_master_include
#pragma qt_sync_stop_processing
#endif
class QIBaseDriverPrivate;
class QIBaseResultPrivate;
class QIBaseDriver;

View File

@ -61,6 +61,11 @@ QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
#if 0
#pragma qt_no_master_include
#pragma qt_sync_stop_processing
#endif
class QMYSQLDriverPrivate;
class QMYSQLResultPrivate;
class QMYSQLDriver;

View File

@ -59,6 +59,11 @@ typedef struct OCISvcCtx OCISvcCtx;
QT_BEGIN_NAMESPACE
#if 0
#pragma qt_no_master_include
#pragma qt_sync_stop_processing
#endif
class QOCIDriver;
class QOCICols;
struct QOCIDriverPrivate;

View File

@ -74,6 +74,11 @@ QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
#if 0
#pragma qt_no_master_include
#pragma qt_sync_stop_processing
#endif
class QODBCPrivate;
class QODBCDriverPrivate;
class QODBCDriver;

View File

@ -58,6 +58,11 @@ typedef struct pg_result PGresult;
QT_BEGIN_NAMESPACE
#if 0
#pragma qt_no_master_include
#pragma qt_sync_stop_processing
#endif
class QPSQLResultPrivate;
class QPSQLDriverPrivate;
class QPSQLDriver;

View File

@ -57,6 +57,12 @@ struct sqlite3;
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
#if 0
#pragma qt_no_master_include
#pragma qt_sync_stop_processing
#endif
class QSQLiteDriverPrivate;
class QSQLiteResultPrivate;
class QSQLiteDriver;

View File

@ -58,6 +58,11 @@ QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
#if 0
#pragma qt_no_master_include
#pragma qt_sync_stop_processing
#endif
class QSQLite2DriverPrivate;
class QSQLite2ResultPrivate;
class QSQLite2Driver;

View File

@ -71,6 +71,11 @@ QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
#if 0
#pragma qt_no_master_include
#pragma qt_sync_stop_processing
#endif
class QTDSDriverPrivate;
class QTDSResultPrivate;
class QTDSDriver;