| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A lot of functions and macros previously available under the QtGlobal
header have been separated into different, specialized headers. The
documentation for these were updated to refer to the new header file
names using the \relates command, but a \headerfile topic was missing
for a lot of them.
As a consequence, QDoc automatically generated a 'proxy' page for these,
which look confusing as they lack any description of what the page is.
Add \headerfile topics for them, along with \brief descriptions.
Fix \relates arguments for type alias QPair and the deprecated function
qMakePair() to point to the correct header file.
Pick-to: 6.10.0 6.10 6.9 6.8
Task-number: QTBUG-117447
Change-Id: I98114ddb71f78982e390e28e9521e264f3ecf5d0
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Created CMakeLists.txt file with all compilable snippets by now,
and added it to the build system.
Also fixed some previous files to make them build correctly.
And fixed some documentation related to the snippets change.
Task-number: QTBUG-137566
Change-Id: Ibf4321dd243bdf774c508bc1e43f9019a9074c30
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
|
| |
|
|
|
|
|
| |
These were copied from *.qdoc files by a mistake.
Change-Id: I2379422c2c8558bd8c2111170d0c1d97f06797da
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
|
|
|
Task-number: QTBUG-99313
Change-Id: Iaaa6a055367e861d095b92e3e85e5bc340e6bbc1
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
|