mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add comments
This commit is contained in:
parent
d2529ab859
commit
9001b2521d
1 changed files with 2 additions and 2 deletions
|
|
@ -331,7 +331,7 @@ int Browser::session_restore()
|
|||
);
|
||||
}
|
||||
|
||||
void Browser::session_clean()
|
||||
void Browser::session_clean() // @TODO transaction
|
||||
{
|
||||
Database::Session::clean(
|
||||
database
|
||||
|
|
@ -340,7 +340,7 @@ void Browser::session_clean()
|
|||
browserMain->tab_close_all();
|
||||
}
|
||||
|
||||
void Browser::session_save()
|
||||
void Browser::session_save() // @TODO transaction
|
||||
{
|
||||
char * error; // @TODO
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue