rm5248 opened a new pull request, #488: URL: https://github.com/apache/logging-log4cxx/pull/488
Since Qt `#defines emit`, the `LogLog` class fails to compile properly as the function prototype no longer exists. Oddly this works fine in Qt5, but it breaks with Qt6. We can work around it with defining `QT_NO_KEYWORDS`, but this would require anybody who links with us and with Qt to define this as well, which is not a good requirement for a library. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org