summaryrefslogtreecommitdiffstats
path: root/src/render/renderers/opengl/opengl.pri
Commit message (Collapse)AuthorAgeFilesLines
* Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-221-3/+0
| | | | | | | | | | The only noteworth change is where a loop around spy.events modified the container using takeFirst(). There was no reason to do so, so it was changed to use the loop variable instead of the result of taking. Change-Id: I02c62a7c2efc5d042c6e669fe5daddd7da7e85d2 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Remove one more hardcoded C++ version for MinGW/GCCSimo Fält2018-05-041-3/+0
| | | | | | | | See change 24b2599b91c51ae4b7f2c161cf46696bbde67624 Task-number: QTBUG-60249 Change-Id: Iebae42c423e08d3f0bacfeba964c0b5fc9625221 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* Move Renderer specific classes into new folderPaul Lemire2018-03-191-0/+18
This is another step toward isolating the renderer from the render aspect Change-Id: I4031675b961d6645b65bbe05cf62d150993038b0 Task-number: QTBUG-61151 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>