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:
parent
5cfbf88b4d
commit
6448f94372
7 changed files with 57 additions and 26 deletions
|
@ -1,11 +1,9 @@
|
|||
set(SOURCES
|
||||
DisassemblyModel.cpp
|
||||
main.cpp
|
||||
ProcessChooser.cpp
|
||||
Profile.cpp
|
||||
ProfileModel.cpp
|
||||
ProfileTimelineWidget.cpp
|
||||
RunningProcessesModel.cpp
|
||||
)
|
||||
|
||||
serenity_bin(Profiler)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue