mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55: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::Session::clean(
|
||||||
database
|
database
|
||||||
|
|
@ -340,7 +340,7 @@ void Browser::session_clean()
|
||||||
browserMain->tab_close_all();
|
browserMain->tab_close_all();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Browser::session_save()
|
void Browser::session_save() // @TODO transaction
|
||||||
{
|
{
|
||||||
char * error; // @TODO
|
char * error; // @TODO
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue