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:
Kai Köhne 2023-08-07 13:50:49 +02:00
parent 0bdd01b7f7
commit 3883b0a7b6

View File

@ -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.