summaryrefslogtreecommitdiffstats
path: root/src/sql/models/qsqlrelationaltablemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/models/qsqlrelationaltablemodel.cpp')
-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