Base: Remove Boost-based filesystem and switch to standard <filesystem>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
|
||||
using namespace Gui::Dialog;
|
||||
namespace fs = boost::filesystem;
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
/* TRANSLATOR Gui::Dialog::DlgPreferencePackManagementImp */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user