mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-29 20:44:25 +00:00
enshort construction
This commit is contained in:
parent
072a64dac7
commit
3545d23f3f
@ -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…
x
Reference in New Issue
Block a user