Added button to save current listing to json.

This commit is contained in:
codestation
2016-10-23 11:34:07 -04:00
parent 8a876a6739
commit 4d1249bf08
5 changed files with 46 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ public:
void setDirectory(const QString &m_path);
const QPixmap *getIconPixmap();
int getIconWidth();
QString getPath();
static bool lessThan(const BackupItem *s1, const BackupItem *s2);