mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
add missed abstract implementation
This commit is contained in:
parent
039565460e
commit
9ce6d03644
1 changed files with 5 additions and 0 deletions
|
|
@ -26,4 +26,9 @@ class Filter extends \Yggverse\Yoda\Abstract\Entity\Browser\History\Container\Na
|
|||
$entry->get_text()
|
||||
);
|
||||
}
|
||||
|
||||
protected function _onChanged(
|
||||
\GtkEntry $entry
|
||||
): void
|
||||
{}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue