1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:17:34 +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 TextDocumentUndoCommand;
class TextEditor; class TextEditor;
class TreeView; class TreeView;
class ToolBar;
class ToolBarContainer;
class Variant; class Variant;
class VerticalBoxLayout; class VerticalBoxLayout;
class WMEvent; class WMEvent;