summaryrefslogtreecommitdiffstats
path: root/src/render/io/qaxisalignedboundingbox_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert containers to use std::vectorMike Krus2020-12-011-9/+9
| | | | | Change-Id: Id1445c48761890836f965bee5c28df9b17e1fca4 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Use QList instead of QVector in renderJarek Kobus2020-07-091-7/+5
| | | | | | | | | Use list-initialization. Task-number: QTBUG-84469 Change-Id: I826450646fc3c7118cae49c22a28058f47770e13 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Switch export macros to standard formKai Koehne2019-04-021-1/+1
| | | | | | | | | | | | Qt expects the export macros to have Q_ prefixes, otherwise the symbol versioning script won't find them and mark them. Also remove non-exising QT3DLOGIC_PRIVATE_EXPORT macro from src/doc/qt3d.qdocconf Task-number: QTBUG-74752 Change-Id: I71b9e85ff09c002fb283824aa51a5a8f50e937f4 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* QMesh geometry loading via plugin systemGuillermo A. Amaral2017-01-201-1/+3
| | | | | | | Ported ObjLoader to a plugin based system. Change-Id: I4bf50fe869f04173c022b6a22c45944ecdad4703 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Unify license header usageAntti Kokko2016-01-261-11/+14
| | | | | | | Update old header.LGPL3 to header.LGPL Change-Id: I8eac0cd6bbc276a56df487249cc459c0d4fab165 Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
* Add we mean it headersLaszlo Agocs2015-12-151-0/+11
| | | | | Change-Id: I0ad651a68441d3cd0f836c37304cdcb1effac455 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* QAxisAlignedBoundingBox is used only in ObjLoaderKevin Ottens2015-12-021-0/+155
Change-Id: Iee0c2b50985d6c87f196877544f501eab33f6d37 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>