Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve symbol ambiguity when building with Unity Build
In unity build, we may get `error: reference to 'detail' is ambiguous` between the `detail` namespace defined in `qpropertyprivate.h`, and `qflatmap_p.h`. For now, this causes an issue during the compilation of `qcalendar.cpp` and it may occur in other places where qflatmap is included. Pick-to: 6.5 Task-number: QTBUG-109394 Change-Id: Ie4bbb66543d26a5db58488e924333d98ce0adebf Reviewed-by: Joerg Bornemann <[email protected]> Reviewed-by: Fabian Kosmale <[email protected]> Reviewed-by: Qt CI Bot <[email protected]>
- Loading branch information