add mising tag to method documentation
Change-Id: Iafd7a268bf3b3be9a06ab1badc23e3db52df9586 Reviewed-by: Mark Brand <mabrand@mabrand.nl>bb10
parent
c3c424b384
commit
7bf519ec62
|
|
@ -328,7 +328,7 @@ bool QSqlQuery::isNull(int field) const
|
|||
/*!
|
||||
\overload
|
||||
|
||||
Returns true if there is no field with this \a name; otherwise
|
||||
Returns \c true if there is no field with this \a name; otherwise
|
||||
returns isNull(int index) for the corresponding field index.
|
||||
|
||||
This overload is less efficient than \l{QSqlQuery::}{isNull()}
|
||||
|
|
|
|||
Loading…
Reference in New Issue