mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03:00
Assistant: Add missing bitmap accessor for terminal actions
This commit is contained in:
parent
a4b4397a10
commit
6af08f950a
Notes:
sideshowbarker
2024-07-18 10:32:49 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/6af08f950ad Pull-request: https://github.com/SerenityOS/serenity/pull/8410
@ -106,6 +106,8 @@ public:
|
||||
~TerminalResult() override = default;
|
||||
void activate() const override;
|
||||
|
||||
virtual Gfx::Bitmap const* bitmap() const override { return m_bitmap; }
|
||||
|
||||
private:
|
||||
RefPtr<Gfx::Bitmap> m_bitmap;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user