add mising tag to method documentation

Change-Id: Iafd7a268bf3b3be9a06ab1badc23e3db52df9586
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
bb10
Mark Brand 2013-12-01 17:45:08 +01:00 committed by The Qt Project
parent c3c424b384
commit 7bf519ec62
1 changed files with 1 additions and 1 deletions

View File

@ -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()}