1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 01:47:34 +00:00

Profiler: Turn the "choose a process" functionality into a GUI::Dialog

This feels a bit nicer and make it possible to reuse this in other
places as well. :^)
This commit is contained in:
Andreas Kling 2020-07-02 12:12:16 +02:00
parent 526ca68786
commit e7393bfb7b
4 changed files with 132 additions and 44 deletions

View file

@ -1,6 +1,7 @@
set(SOURCES
DisassemblyModel.cpp
main.cpp
ProcessChooser.cpp
Profile.cpp
ProfileModel.cpp
ProfileTimelineWidget.cpp