Fix OxFSTreeView to properly list added files

This commit is contained in:
2017-08-19 12:31:53 -05:00
parent d8a3cd5dfb
commit 7a6174953d
9 changed files with 95 additions and 30 deletions
+3
View File
@@ -40,6 +40,9 @@ class Project: public QObject {
int mkdir(QString path);
int write(QString path, uint8_t *buff, size_t buffLen);
signals:
void updated(QString path);
};
}