Interesting. I just tried some other signals and for example QAbstractSpinBox::editingFinished() and they seem to work. QObject::destroyed() works, too, but QObject::destroyed(&something) doesn't.
It seems that signals without parameters work, but all other fail. Can anyone reproduce this behaviour?
edit: Oh, munna. You're right. The naming was my mistake. Thank you very much for your help. I've been struggling more than an hour now.
Bookmarks