1
Fork 0
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:
Andreas Kling 2019-12-14 15:46:18 +01:00
parent f692577559
commit e4267020c4
3 changed files with 10 additions and 4 deletions

View file

@ -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;
};