summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/droparea/droparea.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Create a target for gui snippets and add them to the build systemOleksii Zbykovskyi2025-07-311-2/+4
| | | | | | | | | Made gui_snippets a target in the CMake build system. Added several snippets and fixed related issues. Task-number: QTBUG-137566 Change-Id: I776e819c38d96c5642e13ff97b4e2955bdcadeda Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Use SPDX license identifiersLucie Gérard2022-05-161-49/+2
| | | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: Id880c92784c40f3bbde861c0d93f58151c18b9f1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Doc: Compile droparea snippetPaul Wicking2020-09-011-0/+83
droparea.h has been removed. Remove all code that depends on that header except the one snippet that is still used. Add minimal code to allow the snippet to be compiled. Done-with: Nico Vertriest <nico.vertriest@qt.io> Task-number: QTBUG-81486 Change-Id: I58c80d3527c82389ccff97567f4c75c33aec0f5e Reviewed-by: Topi Reiniö <topi.reinio@qt.io>