diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-07 17:32:30 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-07 20:16:27 -0500 |
| commit | 079fd33cf18cc901d1a6a4463d8a8ccd1d730786 (patch) | |
| tree | 8e96f5af73389a1001a29ca761d1454d716c23d0 /src/moapplication.cpp | |
| parent | ba7d24faef49858b9721c2ade0f3ea4a7ba4d96d (diff) | |
added sanitychecks.h, moved to namespace sanity
added a set SetThisThreadName() after creating the main window, Qt resets it
Diffstat (limited to 'src/moapplication.cpp')
| -rw-r--r-- | src/moapplication.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/moapplication.cpp b/src/moapplication.cpp index f514050f..43d787f5 100644 --- a/src/moapplication.cpp +++ b/src/moapplication.cpp @@ -20,6 +20,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include "moapplication.h"
#include "settings.h"
#include "env.h"
+#include "shared/util.h"
#include <iplugingame.h>
#include <report.h>
#include <utility.h>
|
