draft history action methods

This commit is contained in:
yggverse 2024-08-29 03:08:20 +03:00
parent c4e43f737e
commit 705a9e2a2a
5 changed files with 23 additions and 2 deletions

View file

@ -98,6 +98,12 @@ void Tab::close_all()
}
}
void Tab::history_back()
{} // @TODO
void Tab::history_forward()
{} // @TODO
void Tab::refresh(
const int & PAGE_NUMBER
) {