1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:47:46 +00:00

LibGUI: Add ToolBar and ToolBarContainer to Forward.h

This commit is contained in:
Andreas Kling 2020-04-25 17:20:10 +02:00
parent 1887dc6de4
commit dc6b61dbcc

View file

@ -72,6 +72,8 @@ class TextDocumentLine;
class TextDocumentUndoCommand;
class TextEditor;
class TreeView;
class ToolBar;
class ToolBarContainer;
class Variant;
class VerticalBoxLayout;
class WMEvent;