Browse Source

enshort arguments template

CPP-GTK4
yggverse 2 weeks ago
parent
commit
043167fbfd
  1. 2
      src/app/browser/main/tab.cpp

2
src/app/browser/main/tab.cpp

@ -13,7 +13,7 @@ Tab::Tab() @@ -13,7 +13,7 @@ Tab::Tab()
// Init events
signal_switch_page().connect(
[this](Gtk::Widget * pageWidget, guint page_number)
[this](Gtk::Widget*, guint)
{
// Refresh window elements, e.g. tab label to header bar
activate_action(

Loading…
Cancel
Save