Fix doc errors.

Change-Id: I38d01d3b5d2b9b15edd389ea17142bd75f00e135
Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
This commit is contained in:
Frederik Gladhorn 2012-08-27 13:43:12 +02:00 committed by Qt by Nokia
parent 9a13bffa29
commit 21c2e780b1
4 changed files with 3 additions and 11 deletions

View 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}
*/
/*!

View 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
*/
/*!

View 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()
*/

View 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