Slot.setValue() should call self.disconnect()
Closed this issue · 1 comments
stuarteberg commented
It seems like a bug that it doesn't do so right now. Add a unit test for this when it is fixed.
stuarteberg commented
This isn't so important now that it is illegal to call setValue() on a slot that has an upstream partner. The code in setValue() itself already does the important stuff that calling disconnect() would do (e.g. firing the sig_disconnect() signal, calling self._changed). It could use some refactoring, but it's not worth keeping this issue open.