mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
remove data type from variables name
This commit is contained in:
parent
d812e59794
commit
c52a9a3f78
4 changed files with 21 additions and 21 deletions
|
|
@ -69,10 +69,10 @@ Navbar::Navbar(
|
|||
);
|
||||
|
||||
// Init actions group
|
||||
auto GioSimpleActionGroup_RefPtr = Gio::SimpleActionGroup::create();
|
||||
auto GioSimpleActionGroup = Gio::SimpleActionGroup::create();
|
||||
|
||||
// Define group actions
|
||||
GioSimpleActionGroup_RefPtr->add_action(
|
||||
GioSimpleActionGroup->add_action(
|
||||
"refresh",
|
||||
[this]
|
||||
{
|
||||
|
|
@ -82,7 +82,7 @@ Navbar::Navbar(
|
|||
|
||||
insert_action_group(
|
||||
"navbar",
|
||||
GioSimpleActionGroup_RefPtr
|
||||
GioSimpleActionGroup
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue