mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
enshort construction
This commit is contained in:
parent
072a64dac7
commit
3545d23f3f
1 changed files with 1 additions and 3 deletions
|
|
@ -26,11 +26,9 @@ Browser::Browser(
|
|||
}
|
||||
);
|
||||
|
||||
const Glib::VariantType ACTION__OPEN__PARAMETER_TYPE("s");
|
||||
|
||||
const auto ACTION__OPEN = add_action_with_parameter(
|
||||
"open",
|
||||
ACTION__OPEN__PARAMETER_TYPE,
|
||||
Glib::VariantType("s"), // string
|
||||
[this](const Glib::VariantBase & parameter)
|
||||
{
|
||||
// @TODO process request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue