Touch up documentation on Wt::WSignal#196
Touch up documentation on Wt::WSignal#196limitedAtonement wants to merge 1 commit intoemweb:masterfrom
Conversation
|
By the way, it looks like there's no way to disconnect from a other->widget_changed().connect([](){std::cout << "bark\n";});the only way for that signal handler to get disconnected is if |
|
The slot isn't really automatically disconnected when the |
|
Thank you for your pointers! I just noticed this undocumented |
|
That |
The documentation was missing qualifications concerning under which conditions the signal would NOT be disconnected. That is, for instance if you pass a lambda function object (which doesn't inherit from
Wt::Core::observable),Wt::WSignalhas no way to unregister or disconnect the signal.