summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qtversionchecks.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Doc: QtCore: Add missing \headerfile topicsTopi Reinio2025-09-091-0/+7
| | | | | | | | | | | | | | | | | | | | | 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>
* Add snippets to the build system and fix related issuesOleksii Zbykovskyi2025-07-241-2/+2
| | | | | | | | | | | | 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>
* Fix the license headersSona Kurazyan2022-09-211-1/+1
| | | | | | | These were copied from *.qdoc files by a mistake. Change-Id: I2379422c2c8558bd8c2111170d0c1d97f06797da Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Extract header qtversionchecks.h from qglobal.hSona Kurazyan2022-07-291-0/+46
Task-number: QTBUG-99313 Change-Id: Iaaa6a055367e861d095b92e3e85e5bc340e6bbc1 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>