mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add comment
This commit is contained in:
parent
2c792d9773
commit
6423311181
1 changed files with 2 additions and 0 deletions
|
|
@ -89,6 +89,8 @@ int Page::restore(
|
|||
// Use latest record as order
|
||||
while (sqlite3_step(statement) == SQLITE_ROW)
|
||||
{
|
||||
// Restore page data @TODO
|
||||
|
||||
// Restore children components
|
||||
pageNavigation->restore(
|
||||
sqlite3_column_int64(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue