Fix OxFSTreeView to properly list added files
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user