LibGUI: Add ToolBar and ToolBarContainer to Forward.h

This commit is contained in:
Andreas Kling 2020-04-25 17:20:10 +02:00
commit dc6b61dbcc
Notes: sideshowbarker 2024-07-19 07:18:07 +09:00

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;