Skip to content

ConnectivityMonitor: Don't manually set m_notification to null

Nicolas Fella requested to merge work/nico/conn-noti into master

It's a QPointer, so it ill become null automatically when the notification is closed

By setting it manually it can be null when the activated signal is emitted and we access a nullptr there

SENTRY: KDE-R

Merge request reports

Loading