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 747581e0bf
Change-Id: I470bc785b1e31685caec561dafaec0ba97208d99
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
bb10
parent
8b234c5f87
commit
c10530fd97
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue