chore: sync workspace state
This commit is contained in:
@@ -34,9 +34,10 @@ public:
|
||||
void Initialize(const std::string& projectPath) override;
|
||||
void RefreshCurrentFolder() override;
|
||||
|
||||
void CreateFolder(const std::string& name) override;
|
||||
AssetItemPtr CreateFolder(const std::string& name) override;
|
||||
bool DeleteItem(const std::string& fullPath) override;
|
||||
bool MoveItem(const std::string& sourceFullPath, const std::string& destFolderFullPath) override;
|
||||
bool RenameItem(const std::string& sourceFullPath, const std::string& newName) override;
|
||||
|
||||
const std::string& GetProjectPath() const override { return m_projectPath; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user