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

LibGUI: Add a few missing classes to the forwarding header

This commit is contained in:
AnotherTest 2021-03-19 17:24:30 +03:30 committed by Andreas Kling
parent 714ce4741d
commit 6eeb8225f8

View file

@ -39,6 +39,7 @@ class AutocompleteProvider;
class BoxLayout; class BoxLayout;
class Button; class Button;
class CheckBox; class CheckBox;
class ComboBox;
class Command; class Command;
class DragEvent; class DragEvent;
class DropEvent; class DropEvent;
@ -68,6 +69,7 @@ class MultiView;
class OpacitySlider; class OpacitySlider;
class PaintEvent; class PaintEvent;
class Painter; class Painter;
class RadioButton;
class ResizeCorner; class ResizeCorner;
class ResizeEvent; class ResizeEvent;
class ScrollBar; class ScrollBar;