mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibGUI: Add EngineType to EditingEngine classes
This will allow users of EditingEngine classes to determine current type of EditingEngine (currently either vim or regular).
This commit is contained in:
parent
c9062b4ed5
commit
fa94978a7e
Notes:
sideshowbarker
2024-07-19 17:11:56 +09:00
Author: https://github.com/sfrieds3
Commit: fa94978a7e
Pull-request: https://github.com/SerenityOS/serenity/pull/11194
3 changed files with 13 additions and 0 deletions
|
@ -19,6 +19,7 @@ public:
|
|||
|
||||
private:
|
||||
void sort_selected_lines();
|
||||
virtual EngineType engine_type() const override { return EngineType::Regular; }
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue