Doc: Added link to SQL example page from main Qt SQL landing page.
Change-Id: I1fe42b6ec72933ea8ba605836e8a56332fd3c691 Reviewed-by: Martin Smith <martin.smith@digia.com>bb10
parent
7ec4939313
commit
56a087a1ef
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue