aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/qpytextobject.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix trailing empty linesFriedemann Kleint2024-12-131-2/+0
| | | | | | Pick-to: 6.8 Change-Id: I1a5964463f703ade0657816cb974206355a5ae5b Reviewed-by: Shyamnath Premnadh <[email protected]>
* Adapt to glue code to namespaced Qt buildsFriedemann Kleint2024-01-301-0/+3
| | | | | | Task-number: PYSIDE-2590 Change-Id: I7269b0f1c1758a9d26579267fc0b423c6a0422ac Reviewed-by: Shyamnath Premnadh <[email protected]>
* Use SPDX license identifiersLucie Gérard2022-05-271-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: I065150015bdb84a3096b5b39c061cf0a20ab637d Reviewed-by: Friedemann Kleint <[email protected]> Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* Fix building against a Qt developer buildFriedemann Kleint2021-01-201-4/+1
| | | | | | | | | | | | Remove redeclarations of QPyTextObject::drawObject(), QPyTextObject::intrinsicSize() which should be taken from QTextObjectInterface, fixing: sources/pyside6/PySide6/qpytextobject.h:58:10: error: ‘virtual void QPyTextObject::drawObject(QPainter*, const QRectF&, QTextDocument*, int, const QTextFormat&)’ can be marked override [-Werror=suggest-override] sources/pyside6/PySide6/qpytextobject.h:60:12: error: ‘virtual QSizeF QPyTextObject::intrinsicSize(QTextDocument*, int, const QTextFormat&)’ can be marked override [-Werror=suggest-override] cc1plus: all warnings being treated as errors Change-Id: I904ee7b66b738438f96cdaa8a934a10c4fe7d5a6 Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* Rename PySide2 to PySide6Friedemann Kleint2020-11-021-0/+64
Adapt CMake files, build scripts, tests and examples. Task-number: PYSIDE-904 Change-Id: I845f7b006e9ad274fed5444ec4c1f9dbe176ff88 Reviewed-by: Christian Tismer <[email protected]>