summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/tds/qsql_tds.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/tds/qsql_tds.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/tds/qsql_tds.h')
-rw-r--r--src/sql/drivers/tds/qsql_tds.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sql/drivers/tds/qsql_tds.h b/src/sql/drivers/tds/qsql_tds.h
index 55df21b163..81f1c7b754 100644
--- a/src/sql/drivers/tds/qsql_tds.h
+++ b/src/sql/drivers/tds/qsql_tds.h
@@ -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;