diff options
author | AnotherTest <ali.mpfard@gmail.com> | 2021-03-19 17:24:30 +0330 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-22 07:43:58 +0100 |
commit | 6eeb8225f859043b177c6df97cd456ec4a4110a4 (patch) | |
tree | 45efe27755138cba075446d8588ea1c0fe927037 /Userland | |
parent | 714ce4741d0f6c82455a9dbd4914c240957ec651 (diff) | |
download | serenity-6eeb8225f859043b177c6df97cd456ec4a4110a4.zip |
LibGUI: Add a few missing classes to the forwarding header
Diffstat (limited to 'Userland')
-rw-r--r-- | Userland/Libraries/LibGUI/Forward.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibGUI/Forward.h b/Userland/Libraries/LibGUI/Forward.h index 28208c1457..7e9e2948cd 100644 --- a/Userland/Libraries/LibGUI/Forward.h +++ b/Userland/Libraries/LibGUI/Forward.h @@ -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; |