On Mon, 24 Feb 2020 at 17:17, Allan Sandfeld Jensen <k...@carewolf.com> wrote:

> Yeah you would need something like qEmit(&my_signal, Args..) or without &
> using a macro. Or.. qEmit(std::bind(&my_signal, Args...));

Or perhaps qEmit(this)->my_signal(Args...);

and hide the befriending of qEmit (so that private/protected don't
thwart this) inside
Q_OBJECT.
_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to