1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:48:10 +00:00

Inspector: Add special icon for timer objects

This commit is contained in:
Andreas Kling 2020-03-05 11:27:03 +01:00
parent f8daa9ef02
commit 37c71bad8a
3 changed files with 4 additions and 0 deletions

View file

@ -58,4 +58,5 @@ private:
GIcon m_object_icon;
GIcon m_window_icon;
GIcon m_layout_icon;
GIcon m_timer_icon;
};