Base: Remove Boost-based filesystem and switch to standard <filesystem>

This commit is contained in:
tritao
2025-01-19 19:05:06 +00:00
committed by Chris Hennes
parent 5931e3295d
commit f7a0cece08
24 changed files with 144 additions and 110 deletions

View File

@@ -33,7 +33,7 @@
using namespace Gui::Dialog;
namespace fs = boost::filesystem;
namespace fs = std::filesystem;
/* TRANSLATOR Gui::Dialog::DlgPreferencePackManagementImp */