Only check for legacy system tray icons if we're going to make one
ClosedPublic

Authored by davidedmundson on Oct 15 2017, 9:43 PM.

Details

Summary

On Plasma is a rather pointless check as our QPT uses SNIs
so we end up checking something we've already checked,
only in a blocking way - and we're going to no-op anyway.

BUG: 385371

Test Plan

killed kded5
created an SNI. It failed into the else branch

Diff Detail

Repository
R289 KNotifications
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
davidedmundson created this revision.Oct 15 2017, 9:43 PM
Restricted Application added projects: Plasma, Frameworks. · View Herald TranscriptOct 15 2017, 9:43 PM
Restricted Application added subscribers: Frameworks, plasma-devel. · View Herald Transcript
graesslin accepted this revision.Oct 16 2017, 4:21 AM
This revision is now accepted and ready to land.Oct 16 2017, 4:21 AM
This revision was automatically updated to reflect the committed changes.

Trace is different, so ...progress!

I don't think there's anything specifically wrong with this patch in itself.

I'll fix that and review the rest of this class.
Sorry, Thanks for the quick feedback.