summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Ehrlicher <[email protected]>2024-01-22 17:50:37 +0100
committerChristian Ehrlicher <[email protected]>2024-01-24 21:35:09 +0100
commitc10530fd97ca0f0e5a36ccdd1f57f72b12f44a27 (patch)
tree8944cbfedd15e9a1265c5eabcd4d57f956a4d781
parent8b234c5f873ea53fe111052816ac03421e5dbd5f (diff)
SQL: remove outdated \since tags
There is no need to know if a function was added in Qt4 or earlier so remove all \since 4.x tags. Amends 747581e0bf491376e39d56f6ce3ce72f0bb9c434 Change-Id: I470bc785b1e31685caec561dafaec0ba97208d99 Reviewed-by: Leena Miettinen <[email protected]>
-rw-r--r--src/sql/kernel/qsqldatabase.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sql/kernel/qsqldatabase.cpp b/src/sql/kernel/qsqldatabase.cpp
index cce5b223988..6abbb52fd93 100644
--- a/src/sql/kernel/qsqldatabase.cpp
+++ b/src/sql/kernel/qsqldatabase.cpp
@@ -1292,8 +1292,6 @@ QString QSqlDatabase::connectionName() const
}
/*!
- \since 4.6
-
Sets the default numerical precision policy used by queries created
on this database connection to \a precisionPolicy.
@@ -1316,8 +1314,6 @@ void QSqlDatabase::setNumericalPrecisionPolicy(QSql::NumericalPrecisionPolicy pr
}
/*!
- \since 4.6
-
Returns the current default precision policy for the database connection.
\sa QSql::NumericalPrecisionPolicy, setNumericalPrecisionPolicy(),