CGAL::CGAL_Basic_viewer
enforces the definition of the preprocessor macro QT_NO_KEYWORDS
#8574
Labels
Milestone
That is because
CGAL::CGAL_Basic_viewer
enforces the definition of the preprocessor macroQT_NO_KEYWORDS
.That means you need to replace:
slots
byQ_SLOTS
signals
byQSIGNALS
,emit
byQ_EMIT
, andforeach
byQ_FOREACH
.... I wonder if that should be considered as a bug for CGAL. We should not enforce our choices to CGAL users.
Originally posted by @lrineau in #8572 (comment)
The text was updated successfully, but these errors were encountered: