[Interest] Heavily Commented Example: Simple Single Frontend with Two Backends
d3fault
d3faultdotxbe at gmail.com
Tue Oct 23 22:49:12 CEST 2012
Quick fix:
On 10/23/12, d3fault <d3faultdotxbe at gmail.com> wrote:
> emit readyForConnections(&obj); //Would be dangerous to call methods
> etc on this object. Should only connect to it's signals/slots
What I meant to say is that listeners to that signal should not call
methods on the object. Calling methods on the object directly from
within the run() method is OK, of course.
...but seeing as I'm proposing it's template-based, you wouldn't [need
to] write any code in run() anyways...
d3fault
More information about the Interest
mailing list