summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qastchandler_p.h
Commit message (Collapse)AuthorAgeFilesLines
* De-inline dtors of QTextureFileHandler hierarchyMarc Mutz2022-03-111-0/+1
| | | | | | | | | | | Destructors of polymorphic classes should be out-of-line to pin vtable and type_info objects to a single TU. Pick-to: 6.3 Task-number: QTBUG-45582 Change-Id: I541437a3ff53852527f6278355f7b549e62e17f7 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* QTextureFileReader: add support for astc format filesEirik Aavitsland2019-02-271-0/+73
The standard astc encoder has its own file format. Change-Id: I9a2f7b1fa20ba344b79637bafb50ff2bd0596747 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>