summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-12-01 17:45:08 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-01 23:14:34 +0100
commit7bf519ec6232c197d5d387c7e1665c68aa2adc6b (patch)
tree60e4deb16e22fcd539ee1d4a634a223527fd0e7f /src/sql/kernel
parentc3c424b384b06354116e232bf4055514f9b205ce (diff)
add mising tag to method documentation
Change-Id: Iafd7a268bf3b3be9a06ab1badc23e3db52df9586 Reviewed-by: Mark Brand <mabrand@mabrand.nl>
Diffstat (limited to 'src/sql/kernel')
-rw-r--r--src/sql/kernel/qsqlquery.cpp2
1 files changed, 1 insertions, 1 deletions
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()}