From 3462bc67be64d8caf59ed2f9a0ba6f5edddba3b9 Mon Sep 17 00:00:00 2001 From: Marcus Tillmanns Date: Tue, 31 May 2022 11:16:44 +0200 Subject: filesystem: Add QFSEngine for filepaths Change-Id: Ibd0c88c69863c0877138d8cc45541530c359bd9c Reviewed-by: hjk --- src/app/main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/app/main.cpp') diff --git a/src/app/main.cpp b/src/app/main.cpp index ca18cfcfc7e..0ba1ea6a05a 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include @@ -451,6 +452,8 @@ int main(int argc, char **argv) Restarter restarter(argc, argv); Utils::Environment::systemEnvironment(); // cache system environment before we do any changes + Utils::FSEngine fileSystemEngine; + // Manually determine various command line options // We can't use the regular way of the plugin manager, // because settings can change the way plugin manager behaves -- cgit v1.2.3