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

Profiler: Rename ProfileTimelineWidget => TimelineTrack

This commit is contained in:
Andreas Kling 2021-05-06 19:00:48 +02:00
parent abc3ad01b2
commit 814200f8da
5 changed files with 22 additions and 21 deletions

View file

@ -6,8 +6,8 @@ set(SOURCES
ProcessPickerWidget.cpp
Profile.cpp
ProfileModel.cpp
ProfileTimelineWidget.cpp
SamplesModel.cpp
TimelineTrack.cpp
SamplesModel.cpp
TimelineView.cpp
)