summaryrefslogtreecommitdiffstats
path: root/src/sql
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-01-05 22:25:29 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-06 13:42:40 +0100
commit514ef34d1f838be119961003c0411a88352ba535 (patch)
treef97f3ca7c20979c4be632160bccf285059be7100 /src/sql
parent7e46af4a41eaf0188921da504438c3515b062bdd (diff)
Fix documentation.
Change-Id: Id54263f408e29ed3b9d06712e39759485a42b869 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/sql')
-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 ce0786bd70..6b0ed06ac4 100644
--- a/src/sql/models/qsqlrelationaltablemodel.cpp
+++ b/src/sql/models/qsqlrelationaltablemodel.cpp
@@ -715,7 +715,7 @@ void QSqlRelationalTableModel::clear()
\value InnerJoin - Inner join mode, return rows when there is at least one match in both tables.
\value LeftJoin - Left join mode, returns all rows from the left table (table_name1), even if there are no matches in the right table (table_name2).
- \see QSqlRelationalTableModel::setJoinMode
+ \sa QSqlRelationalTableModel::setJoinMode
\since 4.8
*/
@@ -724,7 +724,7 @@ void QSqlRelationalTableModel::clear()
In InnerJoin mode (the default) these rows will not be showed: use the
LeftJoin mode if you want to show them.
- \see QSqlRelationalTableModel::JoinMode
+ \sa QSqlRelationalTableModel::JoinMode
\since 4.8
*/
void QSqlRelationalTableModel::setJoinMode( QSqlRelationalTableModel::JoinMode joinMode )