[EGD-4925] Change new filesystem handling implementation in module-gui. (#1193)

Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module gui. There are some modifications in other modules included which are necessary because of build system issues.
This commit is contained in:
jimmorrisson
2020-12-16 15:23:11 +01:00
committed by GitHub
parent 2695cc8304
commit 14918dc4f9
132 changed files with 330 additions and 284 deletions

View File

@@ -7,7 +7,7 @@
#include <module-apps/application-notes/data/NotesFoundData.hpp>
#include <module-apps/widgets/InputBox.hpp>
#include <module-utils/i18n/i18n.hpp>
#include <i18n/i18n.hpp>
namespace app::notes
{