diff options
| author | Seth Riley <17361645+Qudix@users.noreply.github.com> | 2020-11-06 12:16:37 -0600 |
|---|---|---|
| committer | Seth Riley <17361645+Qudix@users.noreply.github.com> | 2020-11-06 12:16:37 -0600 |
| commit | 92f3694acdf3b576d61e454a00c7a40ab877bed9 (patch) | |
| tree | 7621ced9c2966371de3b04e41ba8e84c5a022da4 /src/main.cpp | |
| parent | ed1085d5673e0d307a6172eaaa1be1e9d70e2234 (diff) | |
Fixed bad merge
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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); |
