mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add namespace to session methods
This commit is contained in:
parent
78c31a3cd6
commit
d8cf3c6d1f
16 changed files with 53 additions and 55 deletions
|
|
@ -44,7 +44,7 @@ Label::Label(
|
|||
}
|
||||
|
||||
// Actions
|
||||
int Label::restore(
|
||||
int Label::session_restore(
|
||||
const sqlite3_int64 & APP_BROWSER_MAIN_TAB__SESSION__ID
|
||||
) {
|
||||
sqlite3_stmt * statement;
|
||||
|
|
@ -89,7 +89,7 @@ int Label::restore(
|
|||
);
|
||||
}
|
||||
|
||||
int Label::save(
|
||||
int Label::session_save(
|
||||
const sqlite3_int64 & APP_BROWSER_MAIN_TAB__SESSION__ID
|
||||
) {
|
||||
// Delegate save action to child components (on available)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue