diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-28 04:17:16 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-28 04:17:16 -0500 |
| commit | 462ea08c348b6c524691e435ea7fb911ffd2367e (patch) | |
| tree | ea8cdf4a40fd463a4304e31d116ede6c66bf948d /src/moapplication.cpp | |
| parent | 3c62a048da24ae58d5d9d490914ba9e8dbdc89f0 (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.cpp | 3 |
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);
|
