mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
drop sigc dependency
This commit is contained in:
parent
40bc2ccfbd
commit
626997af14
9 changed files with 52 additions and 100 deletions
|
|
@ -71,10 +71,10 @@ Navbar::Navbar()
|
|||
// Define group actions
|
||||
action_group->add_action(
|
||||
"refresh",
|
||||
sigc::mem_fun(
|
||||
* this,
|
||||
& Navbar::refresh
|
||||
)
|
||||
[this]
|
||||
{
|
||||
refresh();
|
||||
}
|
||||
);
|
||||
|
||||
insert_action_group(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue