qmdnsengine icon indicating copy to clipboard operation
qmdnsengine copied to clipboard

AbstractServer fails to work after being moved to a new thread

Open Lenart12 opened this issue 1 year ago • 0 comments

I suspect its because there is missing parenting of child Qt components (like here https://github.com/nitroshare/qmdnsengine/blob/2a76f2e90772401a79249c5d474c41bf3dc41699/src/src/server_p.h#L50 should be QUdpSocket ipv4Socket { this };)

Lenart12 avatar Dec 05 '23 07:12 Lenart12