diff options
Diffstat (limited to 'LibGUI/GItemView.h')
-rw-r--r-- | LibGUI/GItemView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LibGUI/GItemView.h b/LibGUI/GItemView.h index f6a52a84ae..19f9e30f92 100644 --- a/LibGUI/GItemView.h +++ b/LibGUI/GItemView.h @@ -30,6 +30,7 @@ private: virtual void resize_event(GResizeEvent&) override; virtual void mousedown_event(GMouseEvent&) override; virtual void keydown_event(GKeyEvent&) override; + virtual void doubleclick_event(GMouseEvent&) override; int item_count() const; Rect item_rect(int item_index) const; |