1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 18:27:36 +00:00

LibGUI: Add ScrollableWidget to forwarding header

This commit is contained in:
Andreas Kling 2021-02-16 19:52:40 +01:00
parent 4a5ebb89ea
commit 5ddf7e993c

View file

@ -71,6 +71,7 @@ class Painter;
class ResizeCorner;
class ResizeEvent;
class ScrollBar;
class ScrollableWidget;
class Slider;
class SortingProxyModel;
class SpinBox;