-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.3.2
-
None
The method QObject::sender() returns NULL in a slot connected with Qt::SingleShotConnection.
I think this is because "The pointer returned by this function becomes invalid [...] if the slot is disconnected from the sender's signal."
So maybe this is not a real bug, but I think it would be helpful for it to work in this scenario as well. I suggest disconnecting the slot after it has been called, not before.