summaryrefslogtreecommitdiffstats
path: root/src/sql/models
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-08-27 13:43:12 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-28 23:34:25 +0200
commit21c2e780b1b79562ce2865b8443538fa0a9c253a (patch)
treed054d54ff7ae98ef33513e7971cafd45c6b3ec19 /src/sql/models
parent9a13bffa29e77b1bf9c196b07a52362b36d98db0 (diff)
Fix doc errors.
Change-Id: I38d01d3b5d2b9b15edd389ea17142bd75f00e135 Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
Diffstat (limited to 'src/sql/models')
-rw-r--r--src/sql/models/qsqlrelationaltablemodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sql/models/qsqlrelationaltablemodel.cpp b/src/sql/models/qsqlrelationaltablemodel.cpp
index bb29a44ec5..a23bfc9d6d 100644
--- a/src/sql/models/qsqlrelationaltablemodel.cpp
+++ b/src/sql/models/qsqlrelationaltablemodel.cpp
@@ -675,8 +675,8 @@ void QSqlRelationalTableModel::clear()
*/
/*!
- Sets the SQL join mode to show or hide rows with NULL foreign keys.
- In InnerJoin mode (the default) these rows will not be showed: use the
+ Sets the SQL \a joinMode to show or hide rows with NULL foreign keys.
+ In InnerJoin mode (the default) these rows will not be shown: use the
LeftJoin mode if you want to show them.
\sa QSqlRelationalTableModel::JoinMode