mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
draft refresh method
This commit is contained in:
parent
24ffe358c4
commit
8d74798edd
3 changed files with 16 additions and 0 deletions
|
|
@ -28,3 +28,14 @@ History::~History()
|
|||
delete back;
|
||||
delete forward;
|
||||
};
|
||||
|
||||
void History::refresh()
|
||||
{
|
||||
back->set_sensitive(
|
||||
false // @TODO
|
||||
);
|
||||
|
||||
forward->set_sensitive(
|
||||
false // @TODO
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue