diff options
Diffstat (limited to 'Libraries/LibGUI/ItemView.h')
-rw-r--r-- | Libraries/LibGUI/ItemView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibGUI/ItemView.h b/Libraries/LibGUI/ItemView.h index a960df73fb..2f91e807d5 100644 --- a/Libraries/LibGUI/ItemView.h +++ b/Libraries/LibGUI/ItemView.h @@ -47,6 +47,7 @@ public: virtual ModelIndex index_at_event_position(const Gfx::Point&) const override; + virtual void select_all() override; private: ItemView(); |