mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
drop sigc dependency
This commit is contained in:
parent
40bc2ccfbd
commit
626997af14
9 changed files with 52 additions and 100 deletions
|
|
@ -20,10 +20,10 @@ int main(
|
|||
|
||||
app->add_action(
|
||||
"quit",
|
||||
sigc::mem_fun(
|
||||
* app,
|
||||
& Gtk::Application::quit
|
||||
)
|
||||
[app]
|
||||
{
|
||||
app->quit();
|
||||
}
|
||||
);
|
||||
|
||||
// Init accels @TODO db settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue