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
parent
fb2d2c4f72
commit
8e62d9acfd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue