Doc: Fix small capitalization error for the Qt SQL module header.

The header file is named QtSql, not QtSQL.

Change-Id: Ia3634c80d73f04fd27256f392cfed2068eeb9bc5
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
bb10
Sze Howe Koh 2012-10-21 00:17:09 +08:00 committed by The Qt Project
parent fb2d2c4f72
commit 8e62d9acfd
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
\section1 Getting Started
To enable Qt SQL in a project, add this directive into the C++ files:
\code
#include <QtSQL>
#include <QtSql>
\endcode
To link against the Qt SQL module, add this line to the project file:
\code