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

LibGUI: Forward declare ImageWidget

This commit is contained in:
Timothy Flynn 2022-02-02 14:38:23 -05:00 committed by Andreas Kling
parent ea814a3ce6
commit 4cf4a7cc87

View file

@ -34,6 +34,7 @@ class HorizontalBoxLayout;
class HorizontalSlider; class HorizontalSlider;
class Icon; class Icon;
class IconView; class IconView;
class ImageWidget;
class JsonArrayModel; class JsonArrayModel;
class KeyEvent; class KeyEvent;
class Label; class Label;