mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-29 20:44:25 +00:00
draft click event
This commit is contained in:
parent
78195837e7
commit
b328c25904
@ -11,6 +11,18 @@ Tab::Tab()
|
||||
set_icon_name(
|
||||
ICON
|
||||
);
|
||||
|
||||
signal_clicked().connect(
|
||||
sigc::mem_fun(
|
||||
* this,
|
||||
& Tab::click
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Tab::~Tab() = default;
|
||||
Tab::~Tab() = default;
|
||||
|
||||
void Tab::click()
|
||||
{
|
||||
// @TODO
|
||||
}
|
@ -16,6 +16,8 @@ namespace app::browser::header
|
||||
Tab();
|
||||
|
||||
~Tab();
|
||||
|
||||
void click();
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user