From a2e545e6ab76e1df2d9dc0968ffab210d19099e4 Mon Sep 17 00:00:00 2001
From: Jerome Pasion <jerome.pasion@digia.com>
Date: Fri, 10 May 2013 17:12:38 +0200
Subject: [PATCH] Doc: Cleaned up information about SQL support.

-the list in the "Data Storage" is not aware that the items in the
 list are chapters in "SQL Programming" guide.
-removed extra list items to better give directions to readers.

Change-Id: I003132ea1038010e03aca0970d9683437b900e16
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Reviewed-by: Nico Vertriest <nico.vertriest@digia.com>
Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
---
 doc/src/datastorage.qdoc | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/doc/src/datastorage.qdoc b/doc/src/datastorage.qdoc
index 9b3fa1b6..4d0596e9 100644
--- a/doc/src/datastorage.qdoc
+++ b/doc/src/datastorage.qdoc
@@ -110,18 +110,17 @@ item views. QSqlTableModel has read/write access to a single table, whereas
 QSqlRelationalTableModel has read/write access to the main table (not to the
 table with the foreign key).
 
+The following pages contain information about incorporating SQL into
+applications:
 \list
-\li \l {Qt SQL}
-\li \l {Qt SQL C++ Classes}
-\li \l {Connecting to Databases}
-\li \l {SQL Database Drivers}
-\li \l {Creating Data-Aware Forms}
-\li \l {Using the SQL Model Classes}
-\li \l {Presenting Data in a Table View}
 \li \l {SQL Programming}
-\li \l {Executing SQL Statements}
-\li \l {Data Types for Qt-supported Database Systems}
-\li \l {Qt Quick Local Storage QML Types}
+    \list
+    \li \l{Database Classes}
+    \li \l{Executing SQL Statements}
+    \li \l{Using the SQL Model Classes}
+    \li \l{Presenting Data in a Table View}
+    \li \l{Creating Data-Aware Forms}
+    \endlist
 \endlist
 
 \section1 XML Support in Qt
-- 
GitLab