Mitch Curtis (24 February 2020 13:22)
> I don't think anyone has explained what that harm is yet.

#define emit

causes problems when you import a header that declares

  void emit(Type arg);

and the compiler sees

  void (Type arg);

and throws a wobbly.

        Eddy.
_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to