summaryrefslogtreecommitdiff
path: root/src/moapplication.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-12-28 04:17:16 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-12-28 04:17:16 -0500
commit462ea08c348b6c524691e435ea7fb911ffd2367e (patch)
treeea8cdf4a40fd463a4304e31d116ede6c66bf948d /src/moapplication.cpp
parent3c62a048da24ae58d5d9d490914ba9e8dbdc89f0 (diff)
fixed warning about ini files with utf8 bom
fixed main thread name still getting clobbered by QWebEngine
Diffstat (limited to 'src/moapplication.cpp')
-rw-r--r--src/moapplication.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/moapplication.cpp b/src/moapplication.cpp
index 88b5710f..fb6a7121 100644
--- a/src/moapplication.cpp
+++ b/src/moapplication.cpp
@@ -359,9 +359,6 @@ int MOApplication::doOneRun(MOMultiProcess& multiProcess)
tt.start("MOApplication::doOneRun() MainWindow setup");
MainWindow mainWindow(settings, organizer, *pluginContainer);
- // qt resets the thread name somewhere when creating the main window
- MOShared::SetThisThreadName("main");
-
// the nexus interface can show dialogs, make sure they're parented to the
// main window
ni.getAccessManager()->setTopLevelWidget(&mainWindow);