summaryrefslogtreecommitdiffstats
path: root/src/render/jobs/updateworldboundingvolumejob_p.h
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
| | | | | Change-Id: I92c955068e233c50043ad7d06a32300dd386c24d Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* UpdateWorldBoundingVolume: make run publicPaul Lemire2016-08-261-2/+0
| | | | | Change-Id: Ifc4b934baf7b7baf673dfe4f27f048076ef434dc Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
* Add UpdateWorldBoundingVolumeJobPaul Lemire2016-07-041-0/+86
Change-Id: I3036d05afa36d311f77c517796db88c89f48c92f Reviewed-by: Paul Lemire <paul.lemire@kdab.com>