summaryrefslogtreecommitdiff
path: root/Ladybird/Tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'Ladybird/Tab.h')
-rw-r--r--Ladybird/Tab.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Ladybird/Tab.h b/Ladybird/Tab.h
index 22df9c8ab4..3c89cd6ae9 100644
--- a/Ladybird/Tab.h
+++ b/Ladybird/Tab.h
@@ -16,6 +16,7 @@
#include <QLabel>
#include <QLineEdit>
#include <QToolBar>
+#include <QToolButton>
#include <QWidget>
class BrowserWindow;
@@ -35,6 +36,8 @@ public:
void debug_request(DeprecatedString const& request, DeprecatedString const& argument);
+ void update_reset_zoom_button();
+
public slots:
void focus_location_editor();
void location_edit_return_pressed();
@@ -56,6 +59,8 @@ private:
QBoxLayout* m_layout;
QToolBar* m_toolbar { nullptr };
+ QToolButton* m_reset_zoom_button { nullptr };
+ QAction* m_reset_zoom_button_action { nullptr };
LocationEdit* m_location_edit { nullptr };
WebContentView* m_view { nullptr };
BrowserWindow* m_window { nullptr };