diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-05-20 13:05:08 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-05-20 13:05:08 (GMT) |
commit | d987e048f542a4c85c640b36d116bb408dd029fd (patch) | |
tree | abcd94aed21b80fdaedcb03f73f1b440968b2b73 /doc/src/sql-programming | |
parent | 107e3a1c1b12057de67ebc20dd435996db9ea4e2 (diff) | |
download | Qt-d987e048f542a4c85c640b36d116bb408dd029fd.zip Qt-d987e048f542a4c85c640b36d116bb408dd029fd.tar.gz Qt-d987e048f542a4c85c640b36d116bb408dd029fd.tar.bz2 |
doc: Fixed many broken links.
Diffstat (limited to 'doc/src/sql-programming')
-rw-r--r-- | doc/src/sql-programming/qsqldatatype-table.qdoc | 2 | ||||
-rw-r--r-- | doc/src/sql-programming/sql-programming.qdoc | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sql-programming/qsqldatatype-table.qdoc b/doc/src/sql-programming/qsqldatatype-table.qdoc index fb5fb49..329222b 100644 --- a/doc/src/sql-programming/qsqldatatype-table.qdoc +++ b/doc/src/sql-programming/qsqldatatype-table.qdoc @@ -46,7 +46,7 @@ \ingroup qt-sql - \section1 Data Types for Qt Supported Database Systems + \section1 Recommended Data Types for Qt-Supported Database Systems This table shows the recommended data types for extracting data from the databases supported in Qt. Note that types used in Qt are not diff --git a/doc/src/sql-programming/sql-programming.qdoc b/doc/src/sql-programming/sql-programming.qdoc index b34810c..936e555 100644 --- a/doc/src/sql-programming/sql-programming.qdoc +++ b/doc/src/sql-programming/sql-programming.qdoc @@ -73,7 +73,7 @@ \endlist \o \l{Executing SQL Statements} \list - \o \l{Recommended Use of Data Types in Databases} + \o \l{Data Types for Qt-supported Database Systems} \endlist \o \l{Using the SQL Model Classes} \o \l{Presenting Data in a Table View} @@ -240,8 +240,9 @@ QVariant::toString() and QVariant::toInt() to convert variants to QString and \c int. - For an overview of the recommended types used with Qt supported - Databases, please refer to \l{Recommended Use of Data Types in Databases}{this table}. + For an overview of the recommended types for use with Qt-supported + Databases, please refer to \l{Data Types for Qt-supported Database + Systems} {this table}. You can iterate back and forth using QSqlQuery::next(), QSqlQuery::previous(), QSqlQuery::first(), QSqlQuery::last(), and |