QtGui: Fix some macro clashes
Macro Q_FIXED_POINT_SCALE in qpathssimplifier.cpp clashes with the macro with similar name in qtriangulator Task-number: QTBUG-109394 Change-Id: I02732ae62238e8b7fae0630764fdd33b6203afe3 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 34519d44ffd0327a676f6af41f63191912b583e6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
3192d46c39
commit
21362fd244
@ -1635,3 +1635,5 @@ void qSimplifyPath(const QPainterPath &path, QDataBuffer<QPoint> &vertices,
|
||||
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#undef Q_FIXED_POINT_SCALE
|
||||
|
@ -2321,3 +2321,5 @@ QPolylineSet qPolyline(const QPainterPath &path,
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#undef Q_FIXED_POINT_SCALE
|
||||
|
Loading…
x
Reference in New Issue
Block a user