mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
draft history push method
This commit is contained in:
parent
8d74798edd
commit
8118613a1f
5 changed files with 28 additions and 0 deletions
|
|
@ -29,6 +29,13 @@ History::~History()
|
|||
delete forward;
|
||||
};
|
||||
|
||||
// Actions
|
||||
void History::push(
|
||||
const Glib::ustring & VALUE
|
||||
) {
|
||||
// @TODO
|
||||
}
|
||||
|
||||
void History::refresh()
|
||||
{
|
||||
back->set_sensitive(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue