Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
b4b0bdda668e9845623995c788d88a774dd52d98
Description
When attempting to connect a signal of child objects to a slot in the parent in a loop, the disconnect call apparently does not work.
In the test case, when the red rectangle is clicked, the slot in the blue rectangle is invoked twice, although one connection should be disconnected.
Apart from making this work, please make it possible to make unique connections if that is not already possible.