Add size to json listing.

This commit is contained in:
codestation
2016-11-20 21:02:54 -04:00
parent ae6c503407
commit 5b5b151c48
3 changed files with 7 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ void BackupManagerForm::saveListing()
entry.insert("title", item->title);
entry.insert("gameid", QFileInfo(item->getPath()).fileName());
entry.insert("path", item->getPath());
entry.insert("size", item->getSize());
items.append(entry);
}