mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 10:37:42 +00:00
parent
248b79d687
commit
c9c7069f9e
1 changed files with 0 additions and 2 deletions
|
@ -28,7 +28,6 @@
|
||||||
|
|
||||||
#include <LibGUI/Frame.h>
|
#include <LibGUI/Frame.h>
|
||||||
#include <LibGUI/ToolBar.h>
|
#include <LibGUI/ToolBar.h>
|
||||||
#include <LibHTTP/HttpJob.h>
|
|
||||||
|
|
||||||
namespace GUI {
|
namespace GUI {
|
||||||
|
|
||||||
|
@ -36,7 +35,6 @@ class ToolBarContainer : public Frame {
|
||||||
C_OBJECT(ToolBarContainer);
|
C_OBJECT(ToolBarContainer);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
explicit ToolBarContainer(Gfx::Orientation = Gfx::Orientation::Horizontal);
|
explicit ToolBarContainer(Gfx::Orientation = Gfx::Orientation::Horizontal);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue