diff options
author | Martin Smith <msmith@trolltech.com> | 2009-07-13 13:29:37 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-07-13 13:32:00 (GMT) |
commit | f7a11ee28484320129fec25c00e0f616ff6751bc (patch) | |
tree | f5a0ad878d060ba3babab71b611cc0bb7fb6f925 /doc | |
parent | eb594be13ae17361c1de3539e34e84a1d8c324c5 (diff) | |
download | Qt-f7a11ee28484320129fec25c00e0f616ff6751bc.zip Qt-f7a11ee28484320129fec25c00e0f616ff6751bc.tar.gz Qt-f7a11ee28484320129fec25c00e0f616ff6751bc.tar.bz2 |
doc: Use \inheaderfile to show which include file to include.
Letting qdoc output it automatically produces the wrong header
file name.
Task-number: 217268 210171 220664
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/qsql.qdoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/qsql.qdoc b/doc/src/qsql.qdoc index 0f690e8..bb8f090 100644 --- a/doc/src/qsql.qdoc +++ b/doc/src/qsql.qdoc @@ -45,6 +45,7 @@ \brief The QSql namespace contains miscellaneous identifiers used throughout the Qt SQL library. + \inheaderfile QtSql \ingroup database \mainclass |