drop sigc dependency

This commit is contained in:
yggverse 2024-08-16 19:45:42 +03:00
parent 40bc2ccfbd
commit 626997af14
9 changed files with 52 additions and 100 deletions

View file

@ -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