mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
use lambda function instead of private method
This commit is contained in:
parent
6aeff55cc8
commit
bdf33f1086
2 changed files with 7 additions and 23 deletions
|
|
@ -13,12 +13,6 @@ namespace app::browser::main::tab
|
|||
{
|
||||
Glib::RefPtr<Gtk::GestureClick> controller;
|
||||
|
||||
void on_click(
|
||||
int n,
|
||||
double x,
|
||||
double y
|
||||
);
|
||||
|
||||
public:
|
||||
|
||||
Label(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue