This is tormenting me for several hours now: I have created a custom QObject derivative and instantiated it in my display widget. I have connected a couple of signals into slots in my class, but for some reason, when emitting said signals, they don't go through. QTimer timeout() signals also fail to reach my class.
My question: What could cause a class to not receive signals?
Thank you in advance, this is driving me mad.
Bookmarks