You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If c++ syntax is used for the disconnect, it fails to compile.
Should be able to disconnect everything by passing nullptr instead, or I think need to save the return value from connect and use that for the disconnect.
edit: Just realised this is the same type of problem as #1620
The text was updated successfully, but these errors were encountered:
Yes to disconnect a connect done with a lambda one should use nullptr for the slot reference. This is not very obvious and I discovered it in #1620 indeed.
In afc.cpp and and demodanalyzer.cpp we have:
However, I don't think this will work as intended, as a lambda is what is connected to, not handleChannelMessageQueue:
If c++ syntax is used for the disconnect, it fails to compile.
Should be able to disconnect everything by passing nullptr instead, or I think need to save the return value from connect and use that for the disconnect.
edit: Just realised this is the same type of problem as #1620
The text was updated successfully, but these errors were encountered: