mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03:00
Assistant: Make the bitmap accessor pure virtual
Assistant looks broken when a result doesn't have an icon.
This commit is contained in:
parent
6af08f950a
commit
52a3226f6d
Notes:
sideshowbarker
2024-07-18 10:32:45 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/52a3226f6dc Pull-request: https://github.com/SerenityOS/serenity/pull/8410
@ -24,7 +24,7 @@ public:
|
||||
|
||||
virtual void activate() const = 0;
|
||||
|
||||
virtual Gfx::Bitmap const* bitmap() const { return nullptr; }
|
||||
virtual Gfx::Bitmap const* bitmap() const = 0;
|
||||
|
||||
String const& title() const { return m_title; }
|
||||
String const& subtitle() const { return m_subtitle; }
|
||||
|
Loading…
Reference in New Issue
Block a user