Skip to content

Run clazy with qt-keywords fixit

Vlad Zahorodnii requested to merge work/emit-to-q-emit into master

In C++20, there will be emit() class member, which can conflict with the emit keyword. Given that, there are plans to enable QT_NO_KEYWORDS by default in the future.

See also https://lists.qt-project.org/pipermail/development/2020-February/038812.html

Merge request reports