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

@@ -40,6 +40,7 @@ public:
const QPixmap *getIconPixmap();
int getIconWidth();
QString getPath();
QString getSize();
static bool lessThan(const BackupItem *s1, const BackupItem *s2);