diff options
Diffstat (limited to 'LibGUI/GWindow.h')
-rw-r--r-- | LibGUI/GWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LibGUI/GWindow.h b/LibGUI/GWindow.h index 4adf2f7f9d..51c2981618 100644 --- a/LibGUI/GWindow.h +++ b/LibGUI/GWindow.h @@ -113,6 +113,8 @@ public: String icon_path() const { return m_icon_path; } void set_icon_path(const String&); + Vector<GWidget*> focusable_widgets() const; + virtual const char* class_name() const override { return "GWindow"; } protected: |