From baf1158c48c3342f4e90d83c3b93236535aac285 Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Thu, 13 Jul 2017 15:49:20 +0200 Subject: [PATCH] Doc: Mark the dbmsType() function and DbmsType enum as internal The function and type is only used in the tests and has no benefit in applications so it should be marked as internal to avoid confusion for those implementing their own drivers. Task-number: QTBUG-56278 Change-Id: I0f2ae27d41b133c4f0d3b0d390688fd3307592ce Reviewed-by: Andre Somers Reviewed-by: Venugopal Shivashankar Reviewed-by: Andy Shaw --- src/sql/kernel/qsqldriver.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sql/kernel/qsqldriver.cpp b/src/sql/kernel/qsqldriver.cpp index bf98f820879..6fe5b351dc6 100644 --- a/src/sql/kernel/qsqldriver.cpp +++ b/src/sql/kernel/qsqldriver.cpp @@ -246,6 +246,7 @@ bool QSqlDriver::isOpenError() const /*! \enum QSqlDriver::DbmsType + \internal This enum contains DBMS types. @@ -807,6 +808,7 @@ QSql::NumericalPrecisionPolicy QSqlDriver::numericalPrecisionPolicy() const /*! \since 5.4 + \internal Returns the current DBMS type for the database connection. */