[studio] Put StudioAppLib in studio namespace

This commit is contained in:
2023-06-03 19:35:40 -05:00
parent 6137a2b892
commit ff242e3488
16 changed files with 61 additions and 14 deletions

View File

@@ -8,6 +8,8 @@
#include "projectexplorer.hpp"
namespace studio {
static ox::Result<ox::UniquePtr<ProjectTreeModel>>
buildProjectTreeModel(ProjectExplorer *explorer, ox::CRStringView name, ox::CRStringView path, ProjectTreeModel *parent) noexcept {
const auto fs = explorer->romFs();
@@ -59,3 +61,5 @@ ox::Error ProjectExplorer::refreshProjectTreeModel(ox::CRStringView) noexcept {
setModel(std::move(model));
return OxError(0);
}
}