Inspector: Show GWindows with a little window icon.

This commit is contained in:
Andreas Kling 2019-08-18 19:54:35 +02:00
commit a32123f221
Notes: sideshowbarker 2024-07-19 12:36:00 +09:00
2 changed files with 4 additions and 0 deletions

View file

@ -39,4 +39,5 @@ private:
JsonArray m_json;
NonnullOwnPtrVector<RemoteObject> m_remote_roots;
GIcon m_object_icon;
GIcon m_window_icon;
};