mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-25 09:04:53 +00:00
TextEditor: Add button to match regular expression during search
This commit is contained in:
committed by
Andreas Kling
parent
4a630d4b63
commit
3b7884ee8a
@@ -43,7 +43,7 @@ public:
|
||||
|
||||
const String& name() const { return m_name; }
|
||||
|
||||
const GUI::TextDocument& document() const;
|
||||
GUI::TextDocument& document() const;
|
||||
|
||||
int vertical_scroll_value() const;
|
||||
void vertical_scroll_value(int);
|
||||
|
||||
Reference in New Issue
Block a user