This revision was automatically updated to reflect the committed changes.
Closed by commit R111:cb3ccfc6b3db: Move code to send signals and set priority
of processes to a dedicated object (authored by ahiemstra).
REPOSITORY
R111 KSysguard Library
CHANGES SINCE LAST UPDATE
https://phabricator
ahiemstra added inline comments.
INLINE COMMENTS
> davidedmundson wrote in process_controller.h:89
> Eww, it would be better if we could make this a qwindow, but I see you're
> limited by current KAuth
Agreed. I did look at what would be needed to do that, but the entire widget
thing is embedd
davidedmundson added a comment.
++
Looks nice and simplifies this old mega class
INLINE COMMENTS
> process_controller.h:89
> + */
> +void setWidget(QWidget *widget);
> +
Eww, it would be better if we could make this a qwindow, but I see you're
limited by current KAuth
> ksysgu
ahiemstra created this revision.
ahiemstra added a reviewer: Plasma.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
ahiemstra requested review of this revision.
REVISION SUMMARY
This pulls the code out of KSysGuardProcessList and introduces it in a
new class called Pr