From 7bf519ec6232c197d5d387c7e1665c68aa2adc6b Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Sun, 1 Dec 2013 17:45:08 +0100 Subject: [PATCH] add mising tag to method documentation Change-Id: Iafd7a268bf3b3be9a06ab1badc23e3db52df9586 Reviewed-by: Mark Brand --- src/sql/kernel/qsqlquery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/kernel/qsqlquery.cpp b/src/sql/kernel/qsqlquery.cpp index e040257c62..0cfc37833d 100644 --- a/src/sql/kernel/qsqlquery.cpp +++ b/src/sql/kernel/qsqlquery.cpp @@ -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()}