On Monday 09 February 2015 17:23:53 Valery Kotov wrote:
> It could be an option. But, the problem here, I have no clue where to put a
> breakpoint. =) I would expect it should be somewhere around QMetaObject. I
> will dig deer to find out.

All signal activations are a call to QMetaObject::activate. You have to go up 
one frame in the stack trace to get the signal itself.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to