mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
add _onFocusOut abstract method
This commit is contained in:
parent
751a316bd5
commit
faa85d7292
4 changed files with 30 additions and 0 deletions
|
|
@ -31,4 +31,9 @@ class Filter extends \Yggverse\Yoda\Abstract\Entity\Browser\History\Container\Na
|
|||
\GtkEntry $entry
|
||||
): void
|
||||
{}
|
||||
|
||||
protected function _onFocusOut(
|
||||
\GtkEntry $entry
|
||||
): void
|
||||
{}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue