mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
remove default values, add follow argument
This commit is contained in:
parent
4cde44025f
commit
ab0c28badf
4 changed files with 25 additions and 15 deletions
|
|
@ -42,7 +42,7 @@ namespace app::browser::main::tab::page::navigation
|
|||
// Actions
|
||||
void add(
|
||||
const Glib::ustring & REQUEST,
|
||||
const bool & FOLLOW = true
|
||||
const bool & FOLLOW
|
||||
);
|
||||
|
||||
void refresh();
|
||||
|
|
@ -51,12 +51,12 @@ namespace app::browser::main::tab::page::navigation
|
|||
|
||||
bool try_back(
|
||||
Memory & match,
|
||||
const bool & FOLLOW = true
|
||||
const bool & FOLLOW
|
||||
);
|
||||
|
||||
bool try_forward(
|
||||
Memory & match,
|
||||
const bool & FOLLOW = true
|
||||
const bool & FOLLOW
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue