If status is set to NeedsAttention it tries to use Attention Icon. If Attention Icon is not set, empty/null QIcon is set. QML can't check if QIcon is null or not, as a result it tries to use empty icon and nothing is rendered.
Set null QVariant if AttentionIcon is not valid so that QML check will work correctly.
Details
Details
- Reviewers
ngraham broulik davidedmundson mart - Group Reviewers
Plasma: Workspaces Plasma - Commits
- R120:00e64bdb3fa9: [applets/systemtray] Show base icon when AttentionIcon not set
- Set NeedsAttention as a status and with no Attention Icon
- Base Icon should render correctly
Diff Detail
Diff Detail
- Repository
- R120 Plasma Workspace
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 26593 Build 26611: arc lint + arc unit