You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary of Changes
This PR removes outdated conditional blocks that check for specific Qt
versions since CGAL now uses Qt6 exclusively.
## Release Management
* Issue(s) solved (if any): #8381
There are still a lot of lines like this in the code:
Now that CGAL uses Qt6, those conditional blocks are not needed anymore. They should be removed.
The text was updated successfully, but these errors were encountered: