Hello,

I am having trouble tracing signals and slots in my application. I have a function that is being called once a tree view has changed. It seems to be called three times however. I want to identify who is emitting the replicated signal so I can block them appropriately.

How do I do this?

I suppose this is a more general question about debugging signals/slots in Qt.

John.