diff options
Diffstat (limited to 'src/quick/scenegraph/qsgcurveprocessor_p.h')
-rw-r--r-- | src/quick/scenegraph/qsgcurveprocessor_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/qsgcurveprocessor_p.h b/src/quick/scenegraph/qsgcurveprocessor_p.h index fa94f03c44..b4f40b5431 100644 --- a/src/quick/scenegraph/qsgcurveprocessor_p.h +++ b/src/quick/scenegraph/qsgcurveprocessor_p.h @@ -48,7 +48,7 @@ public: addStrokeTriangleCallback addTriangle, int subdivisions = 3); static bool solveOverlaps(QQuadPath &path); - static QList<QPair<int, int>> findOverlappingCandidates(const QQuadPath &path); + static QList<std::pair<int, int>> findOverlappingCandidates(const QQuadPath &path); static bool removeNestedSubpaths(QQuadPath &path); static bool solveIntersections(QQuadPath &path, bool removeNestedPaths = true); }; |