summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3dinput/items/quick3dlogicaldevice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update QQMLPropertyList APIMike Krus2021-01-081-62/+54
| | | | | | | Use lambdas with local typedefs for index type Change-Id: I2876c71d619815e7e777f936e8bb0835b8269336 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Follow up on change of QQmlListProperty to qsizetypeMike Krus2020-11-201-4/+4
| | | | | | | | | Also update dependencies and fix non-gui builds. Disabled (for now) gltf unit test since JSON parser seems to crash. Change-Id: Ie7fdd9626653e89ad43e8bdb22b0e764618b1e9e Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Mike Krus <mike.krus@kdab.com>
* Coding convention fix for Src/Quick3DRobert Brock2017-04-011-1/+1
| | | | | | | | Reordering the header includes to comply with Qt coding conventions Task-number: QTBUG-56185 Change-Id: I60008858a4975621b9159d909908b6bba2f98f14 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* quick3d: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-05-141-2/+4
| | | | | | | | | | | | | ... by replacing them with C++11 range-for loops. This is the batch with low-risk changes. They operate on local containers or the loop body clearly does not cause the container to change. Sprinkled in a reserve() or two. Change-Id: I5a3da485213791ae58c82f4a81829cfba558a3d6 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>
* Quick3DLogicalDevice: QML extension for QLogicalDevicePaul Lemire2015-11-281-0/+123
Change-Id: I4d9615a2bc8502143f054559c43ca2b9c543f415 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>