1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:07:34 +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 Icon;
class IconView;
class ImageWidget;
class JsonArrayModel;
class KeyEvent;
class Label;