Browse Source

LibGUI: Add a few missing classes to the forwarding header

AnotherTest 4 năm trước cách đây
mục cha
commit
6eeb8225f8
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      Userland/Libraries/LibGUI/Forward.h

+ 2 - 0
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;