mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
set request text on tab session restore
This commit is contained in:
parent
3515cc9d33
commit
487cddb3d1
1 changed files with 9 additions and 5 deletions
|
|
@ -70,12 +70,16 @@ Tab::Tab(
|
|||
{
|
||||
const int PAGE_NUMBER = append();
|
||||
|
||||
/* @TODO set request
|
||||
::sqlite3_column_text(
|
||||
statement,
|
||||
DB::APP_BROWSER_MAIN_TAB::REQUEST
|
||||
get_tabPage(
|
||||
PAGE_NUMBER
|
||||
)->set_navbar_request_text(
|
||||
reinterpret_cast<const char*>(
|
||||
::sqlite3_column_text(
|
||||
statement,
|
||||
DB::APP_BROWSER_MAIN_TAB::REQUEST
|
||||
)
|
||||
)
|
||||
);
|
||||
*/
|
||||
|
||||
set_current_page(
|
||||
PAGE_NUMBER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue