summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/oci/qsql_oci.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-12-17 15:46:13 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-14 11:35:17 +0100
commit008c455a6a217cd19a8c289f765bf1ad55a24c5c (patch)
tree4f86f4438207b8bd59bf2e23dfe48eb1cc2b545b /src/sql/drivers/oci/qsql_oci.h
parentb188d9481b98680deb7f44fb41f8eafce18aedab (diff)
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>
Diffstat (limited to 'src/sql/drivers/oci/qsql_oci.h')
-rw-r--r--src/sql/drivers/oci/qsql_oci.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sql/drivers/oci/qsql_oci.h b/src/sql/drivers/oci/qsql_oci.h
index 15a0357ace..188dba2c64 100644
--- a/src/sql/drivers/oci/qsql_oci.h
+++ b/src/sql/drivers/oci/qsql_oci.h
@@ -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;