summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qxmlstreamgrammar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Mark QXmlStream{Reader,Writer} as security-criticalMarc Mutz2025-05-211-0/+1
| | | | | | | | | | | | | | | | If QXmlStream isn't security-criticial, what is? qxmlstream.h contains the definition of the QXmlString work-horse, so it has to be security-critical, too (until we remove it). Amends 8df072fc8006510c9b743e8ffedaaf51a876883a. QUIP: 23 Task-number: QTBUG-135194 Pick-to: 6.9 6.8 Change-Id: Ib366e63fb89aa0b69ad437f6688285b2c390c5c1 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+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>
* Refactor qxmlstream_p.hLars Knoll2020-08-191-0/+532
Pull the file apart, so that the parts generated from qxmlstream.g are separated from the definition of the private class. This will in the future simplify maintenance and refactoring. Change-Id: I4a9c1bb1e377dee1e6d3b9aa9b0dfa64c5806c45 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>