ConnectivityMonitor: Don't manually set m_notification to null
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