mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibGUI: Add a few missing classes to the forwarding header
This commit is contained in:
parent
714ce4741d
commit
6eeb8225f8
Notes:
sideshowbarker
2024-07-18 21:10:26 +09:00
Author: https://github.com/alimpfard
Commit: 6eeb8225f8
Pull-request: https://github.com/SerenityOS/serenity/pull/5866
Issue: https://github.com/SerenityOS/serenity/issues/4269
Issue: https://github.com/SerenityOS/serenity/issues/4821
Issue: https://github.com/SerenityOS/serenity/issues/5550
Reviewed-by: https://github.com/awesomekling
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@ class AutocompleteProvider;
|
|||
class BoxLayout;
|
||||
class Button;
|
||||
class CheckBox;
|
||||
class ComboBox;
|
||||
class Command;
|
||||
class DragEvent;
|
||||
class DropEvent;
|
||||
|
@ -68,6 +69,7 @@ class MultiView;
|
|||
class OpacitySlider;
|
||||
class PaintEvent;
|
||||
class Painter;
|
||||
class RadioButton;
|
||||
class ResizeCorner;
|
||||
class ResizeEvent;
|
||||
class ScrollBar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue