mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update comments
This commit is contained in:
parent
29e985fea9
commit
da0f8e0b44
4 changed files with 4 additions and 4 deletions
|
|
@ -61,7 +61,7 @@ int Label::restore(
|
|||
|
||||
if (PREPARE_STATUS == SQLITE_OK)
|
||||
{
|
||||
// Use latest record as order
|
||||
// Restore label text from latest database record
|
||||
while (sqlite3_step(statement) == SQLITE_ROW)
|
||||
{
|
||||
// Restore widget data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue