Doc: Removed pages from "qt-sql" group.

-"qt-sql" removed in qtdoc
-no longer needed because "Data Storage" and Qt SQL pages already serve
as the main introduction to SQL support in Qt

Change-Id: I7384ae04ab4c09ecc9d76668e4e7f836095066c1
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
Reviewed-by: Martin Smith <martin.smith@digia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
Jerome Pasion 2013-05-07 13:05:22 +02:00 committed by The Qt Project
parent 87d08acf40
commit d0725dce7b
3 changed files with 0 additions and 10 deletions

View File

@ -30,8 +30,6 @@
\title Data Types for Qt-supported Database Systems \title Data Types for Qt-supported Database Systems
\brief Recommended data types for database systems \brief Recommended data types for database systems
\ingroup qt-sql
\section1 Recommended 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 This table shows the recommended data types for extracting data from

View File

@ -30,8 +30,6 @@
\title SQL Database Drivers \title SQL Database Drivers
\brief How to configure and install Qt SQL drivers for supported databases. \brief How to configure and install Qt SQL drivers for supported databases.
\ingroup qt-sql
The Qt SQL module uses driver \l{How to Create Qt The Qt SQL module uses driver \l{How to Create Qt
Plugins}{plugins} to communicate with the different database Plugins}{plugins} to communicate with the different database
APIs. Since Qt's SQL Module API is database-independent, all APIs. Since Qt's SQL Module API is database-independent, all

View File

@ -35,7 +35,6 @@
/*! /*!
\page sql-programming.html \page sql-programming.html
\title SQL Programming \title SQL Programming
\ingroup qt-sql
\nextpage Connecting to Databases \nextpage Connecting to Databases
\brief Database integration for Qt applications. \brief Database integration for Qt applications.
@ -105,7 +104,6 @@
/*! /*!
\page sql-connecting.html \page sql-connecting.html
\title Connecting to Databases \title Connecting to Databases
\ingroup qt-sql
\contentspage SQL Programming \contentspage SQL Programming
\previouspage SQL Programming \previouspage SQL Programming
@ -175,7 +173,6 @@
/*! /*!
\page sql-sqlstatements.html \page sql-sqlstatements.html
\title Executing SQL Statements \title Executing SQL Statements
\ingroup qt-sql
\previouspage Connecting to Databases \previouspage Connecting to Databases
\contentspage SQL Programming \contentspage SQL Programming
@ -327,7 +324,6 @@
/*! /*!
\page sql-model.html \page sql-model.html
\title Using the SQL Model Classes \title Using the SQL Model Classes
\ingroup qt-sql
\previouspage Executing SQL Statements \previouspage Executing SQL Statements
\contentspage SQL Programming \contentspage SQL Programming
@ -474,7 +470,6 @@
/*! /*!
\page sql-presenting.html \page sql-presenting.html
\title Presenting Data in a Table View \title Presenting Data in a Table View
\ingroup qt-sql
\previouspage Using the SQL Model Classes \previouspage Using the SQL Model Classes
\contentspage SQL Programming \contentspage SQL Programming
@ -579,7 +574,6 @@
/*! /*!
\page sql-forms.html \page sql-forms.html
\title Creating Data-Aware Forms \title Creating Data-Aware Forms
\ingroup qt-sql
\previouspage Presenting Data in a Table View \previouspage Presenting Data in a Table View
\contentspage SQL Programming \contentspage SQL Programming