Skip to content
Commit 43b07b18 authored by David Edmundson's avatar David Edmundson Committed by David Redondo
Browse files

Use shared instance of the process list



We might want to present the process list in several different views.
The process list is quite expensive, so if we ref-count the core we can
use it in multiple places.

Timers remain in their respecitive views as Processes has it's own
internal throttling mechanism.

Because that leaves us with a ref-counting issue on which plugin
attributes are enabled or not, that is changed to be implicit based on
whether we have dataChanged connected or not; which actually simplifies
some code.

Co-authored-by: default avatarDavid Redondo <kde@david-redondo.de>
parent 58d93955
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment