mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +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(
|
const auto ACTION__OPEN = add_action_with_parameter(
|
||||||
"open",
|
"open",
|
||||||
ACTION__OPEN__PARAMETER_TYPE,
|
Glib::VariantType("s"), // string
|
||||||
[this](const Glib::VariantBase & parameter)
|
[this](const Glib::VariantBase & parameter)
|
||||||
{
|
{
|
||||||
// @TODO process request
|
// @TODO process request
|
||||||
|
Loading…
x
Reference in New Issue
Block a user