1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:47:35 +00:00

DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUI

Moves ProcessChooser and RunningProcessesModel to LibGUI and
generalizes their construction for use by other apps. Updates
Profiler to reflect the change and use its new icons.
This commit is contained in:
thankyouverycool 2020-07-28 06:09:19 -04:00 committed by Andreas Kling
parent 5cfbf88b4d
commit 6448f94372
7 changed files with 57 additions and 26 deletions

View file

@ -51,9 +51,11 @@ set(SOURCES
MultiView.cpp
Notification.cpp
Painter.cpp
ProcessChooser.cpp
ProgressBar.cpp
RadioButton.cpp
ResizeCorner.cpp
RunningProcessesModel.cpp
ScrollableWidget.cpp
ScrollBar.cpp
Shortcut.cpp