mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-09 05:27:41 +00:00
Fixed table view updating to properly show changes after moving resources/directories
This commit is contained in:
@@ -98,6 +98,8 @@ public slots:
|
||||
|
||||
signals:
|
||||
void SelectedResourceChanged(CResourceEntry *pNewRes);
|
||||
void ResourceMoved(CResourceEntry *pRes, CVirtualDirectory *pOldDir, TString OldName);
|
||||
void DirectoryMoved(CVirtualDirectory *pDir, CVirtualDirectory *pOldDir, TString OldName);
|
||||
};
|
||||
|
||||
#endif // CRESOURCEBROWSER_H
|
||||
|
||||
Reference in New Issue
Block a user