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
The resolver has a signal called resolved which has parameter address. But to what name does this address belong?
Maybe it can be added it to the signals parameters: emit q->resolved(record.name(), record.address());
The text was updated successfully, but these errors were encountered:
The resolver has a signal called
resolved
which has parameteraddress
. But to what name does this address belong?Maybe it can be added it to the signals parameters:
emit q->resolved(record.name(), record.address());
The text was updated successfully, but these errors were encountered: