mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:08:11 +00:00
ProfileViewer: Show kernel frames with a red icon :^)
This commit is contained in:
parent
f692577559
commit
e4267020c4
3 changed files with 10 additions and 4 deletions
|
@ -33,5 +33,7 @@ private:
|
|||
explicit ProfileModel(Profile&);
|
||||
|
||||
Profile& m_profile;
|
||||
GIcon m_frame_icon;
|
||||
|
||||
GIcon m_user_frame_icon;
|
||||
GIcon m_kernel_frame_icon;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue