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
Loading
Pipeline #552281 passed with stage
in 4 minutes and 24 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