Doc: Fix warning about undocumented parameter
Fixes (qdoc) warning: Undocumented parameter 'enable' in QSqlQuery::enablePositionalBinding() Amends the documentation introduced in e532933a2a9 Change-Id: I638cf7e1dc1c9af911f6ca52bc27e6072fae1035 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io> Reviewed-by: Andy Shaw <andy.shaw@qt.io> Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de>
This commit is contained in:
parent
0bdd01b7f7
commit
3883b0a7b6
@ -1270,7 +1270,8 @@ QSql::NumericalPrecisionPolicy QSqlQuery::numericalPrecisionPolicy() const
|
||||
}
|
||||
|
||||
/*!
|
||||
Enables or disables the positional binding for this query.
|
||||
Enables or disables the positional binding for this query, depending
|
||||
on \a enable.
|
||||
This is useful when the query contains a '?' which must not be handled
|
||||
as a positional binding parameter but, for example, as a JSON operator
|
||||
for a Postgres database.
|
||||
|
Loading…
x
Reference in New Issue
Block a user