1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:57:44 +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

@ -1,11 +1,9 @@
set(SOURCES
DisassemblyModel.cpp
main.cpp
ProcessChooser.cpp
Profile.cpp
ProfileModel.cpp
ProfileTimelineWidget.cpp
RunningProcessesModel.cpp
)
serenity_bin(Profiler)