summaryrefslogtreecommitdiff
path: root/LibGUI/GWidget.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-03-15 23:24:40 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-03-15 23:24:40 +0100
commit3a3aa74b2e82e3589fd5db4e274951729b1bdfa2 (patch)
tree81401136090e7881e5dd8dbeabb225519960feef /LibGUI/GWidget.h
parentb54ab065953e1642c0a1c3949a3536a46c9b0aba (diff)
downloadserenity-3a3aa74b2e82e3589fd5db4e274951729b1bdfa2.zip
IRCClient: Add a toolbar with some actions.
Diffstat (limited to 'LibGUI/GWidget.h')
-rw-r--r--LibGUI/GWidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibGUI/GWidget.h b/LibGUI/GWidget.h
index b9a65598b2..d856e66420 100644
--- a/LibGUI/GWidget.h
+++ b/LibGUI/GWidget.h
@@ -47,6 +47,7 @@ public:
virtual void focusout_event(GEvent&);
virtual void enter_event(GEvent&);
virtual void leave_event(GEvent&);
+ virtual void child_event(GChildEvent&) override;
Rect relative_rect() const { return m_relative_rect; }
Point relative_position() const { return m_relative_rect.location(); }