[Interest] Debugging not emitted signals

Curtis Mitch mitch.curtis at theqtcompany.com
Fri Jul 31 10:55:17 CEST 2015


> -----Original Message-----
> From: interest-bounces+mitch.curtis=theqtcompany.com at qt-project.org
> [mailto:interest-bounces+mitch.curtis=theqtcompany.com at qt-project.org]
> On Behalf Of Nuno Santos
> Sent: Friday, 31 July 2015 10:51 AM
> To: interest <interest at qt-project.org>
> Subject: [Interest] Debugging not emitted signals
> 
> Hi,
> 
> I’m facing a weird issue. I have signal in a class that is not being
> emitted.
> 
> What can be causing this? How should I debug?
> 
> I have tripple checked everything and can’t figure it out, why such a
> basic functionality is not working.
> 
> Can someone provide me some debugging tips for this case?
> 
> Thanks in advance,
> 
> Nuno
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest

Maybe blockSignals() [1] was called at some point?

[1] http://doc.qt.io/qt-5/qobject.html#blockSignals


More information about the Interest mailing list