Skip to content
Snippets Groups Projects
Commit 68e4fa42 authored by Pierre Lamot's avatar Pierre Lamot Committed by Felix Paul Kühne
Browse files

qt: explicitly disconnect signals in NetworkDeviceModelPrivate destructor

We need to explicitly disconnect signals here:

- destructor will release m_sourcesProvider

- the shared MediaSourceModel will be released

- they will notify mediaRemoved, but the slot expects the shared
  MediaSourceModel to be valid

At this point we don't care about model updates
parent 3afeac5c
No related branches found
No related tags found
1 merge request!6602qt: explicitly disconnect signals in NetworkDeviceModelPrivate destructor
Pipeline #552238 passed with stages
in 32 minutes and 18 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment