summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qrbtree_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Move QTriangulator and QTriangulatingStroker classes to paintingAndy Nichols2016-08-151-0/+571
Previously the private APIs for QTriangulator and QTriangulatingStroker were located in src/gui/opengl because they were used by the OpenGL paint engine. These API's are not actually specific to OpenGL however, and were not being built when QT_NO_OPENGL was defined. It makes more sense for these classes to belong in the painting subgroup. Aside from the OpenGL paint engine, these private APIs are used by QtLocation to triangulate polylines to be rendered by QtQuick. Change-Id: Idb4d1e5b2a51394d4c6bcdf9ab1ece99de23d4de Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>