summaryrefslogtreecommitdiffstats
path: root/src/sql/doc/src
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2014-06-05 16:11:04 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-06-06 16:52:24 +0200
commit56a087a1ef3a9b9f66d738f45ee0cf3c7c7a6a0d (patch)
treeaccf5447908c0dee405613899469c2f04f4ae6b1 /src/sql/doc/src
parent7ec49393131461e07554f37042db16b5462a5565 (diff)
Doc: Added link to SQL example page from main Qt SQL landing page.
Change-Id: I1fe42b6ec72933ea8ba605836e8a56332fd3c691 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/sql/doc/src')
-rw-r--r--src/sql/doc/src/qtsql.qdoc8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/sql/doc/src/qtsql.qdoc b/src/sql/doc/src/qtsql.qdoc
index 2f806b4b45..f7dc840c7b 100644
--- a/src/sql/doc/src/qtsql.qdoc
+++ b/src/sql/doc/src/qtsql.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
@@ -51,10 +51,12 @@
QT += sql
\endcode
- \section1 Reference
- These are links to the API reference materials.
+ \section1 Related Information
+
+ These are links to the API reference materials and related pages.
\list
\li \l{Qt SQL C++ Classes}{C++ Classes}
+ \li \l{SQL Examples}
\endlist
*/