From 92f3694acdf3b576d61e454a00c7a40ab877bed9 Mon Sep 17 00:00:00 2001 From: Seth Riley <17361645+Qudix@users.noreply.github.com> Date: Fri, 6 Nov 2020 12:16:37 -0600 Subject: Fixed bad merge --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index bfd23103..a905df5d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -708,8 +708,7 @@ int main(int argc, char *argv[]) TimeThis tt("main() to doOneRun()"); - env::prependToPath(QDir::toNativeSeparators( - QCoreApplication::applicationDirPath() + "/dlls")); + SetThisThreadName("main"); initLogging(); auto application = MOApplication::create(argc, argv); -- cgit v1.3.1