Fix doc errors.
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>
Mon, 27 Aug 2012 11:43:12 +0000 (13:43 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 28 Aug 2012 21:34:25 +0000 (23:34 +0200)
Change-Id: I38d01d3b5d2b9b15edd389ea17142bd75f00e135
Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
src/sql/kernel/qsqldriverplugin.cpp
src/sql/kernel/qsqlerror.cpp
src/sql/kernel/qsqlresult.cpp
src/sql/models/qsqlrelationaltablemodel.cpp

index 71797eb..9229468 100644 (file)
@@ -78,7 +78,7 @@ QT_BEGIN_NAMESPACE
     key. The driver key is usually the class name of the required
     driver. Keys are case sensitive.
 
-    \sa keys()
+    \sa {How to Create Qt Plugins}
 */
 
 /*!
index c1314a1..edf034a 100644 (file)
@@ -80,12 +80,6 @@ QDebug operator<<(QDebug dbg, const QSqlError &s)
     \value StatementError  SQL statement syntax error.
     \value TransactionError  Transaction failed error.
     \value UnknownError  Unknown error.
-
-    \omitvalue None
-    \omitvalue Connection
-    \omitvalue Statement
-    \omitvalue Transaction
-    \omitvalue Unknown
 */
 
 /*!
index 2abcf85..50a76e4 100644 (file)
@@ -237,8 +237,6 @@ QString QSqlResultPrivate::namedToPositionalBinding()
 
     \value PositionalBinding Use the ODBC-style positional syntax, with "?" as placeholders.
     \value NamedBinding Use the Oracle-style syntax with named placeholders (e.g., ":id")
-    \omitvalue BindByPosition
-    \omitvalue BindByName
 
     \sa bindingSyntax()
 */
index bb29a44..a23bfc9 100644 (file)
@@ -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