LibGUI: Forward declare ImageWidget

This commit is contained in:
Timothy Flynn 2022-02-02 14:38:23 -05:00 committed by Andreas Kling
commit 4cf4a7cc87
Notes: sideshowbarker 2024-07-17 19:51:29 +09:00

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;