parent
248b79d687
commit
c9c7069f9e
Notes:
sideshowbarker
2024-07-19 04:40:26 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/c9c7069f9ed Pull-request: https://github.com/SerenityOS/serenity/pull/2853 Issue: https://github.com/SerenityOS/serenity/issues/2848
1 changed files with 0 additions and 2 deletions
|
@ -28,7 +28,6 @@
|
|||
|
||||
#include <LibGUI/Frame.h>
|
||||
#include <LibGUI/ToolBar.h>
|
||||
#include <LibHTTP/HttpJob.h>
|
||||
|
||||
namespace GUI {
|
||||
|
||||
|
@ -36,7 +35,6 @@ class ToolBarContainer : public Frame {
|
|||
C_OBJECT(ToolBarContainer);
|
||||
|
||||
public:
|
||||
|
||||
private:
|
||||
explicit ToolBarContainer(Gfx::Orientation = Gfx::Orientation::Horizontal);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue