diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-11-07 01:54:00 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-11-07 01:54:00 +0100 |
commit | 07589b5114ddfc389690fdd614ee77fa411c6459 (patch) | |
tree | 40f1c92021ce39349bff338136f4ba42849972f3 /application/MultiMC.h | |
parent | 7cff5ba2e119ae675661c32811da85cf5efacea5 (diff) | |
download | MultiMC-07589b5114ddfc389690fdd614ee77fa411c6459.tar MultiMC-07589b5114ddfc389690fdd614ee77fa411c6459.tar.gz MultiMC-07589b5114ddfc389690fdd614ee77fa411c6459.tar.lz MultiMC-07589b5114ddfc389690fdd614ee77fa411c6459.tar.xz MultiMC-07589b5114ddfc389690fdd614ee77fa411c6459.zip |
NOISSUE shut down logger when MultiMC exits
Prevents crash bugs...
Diffstat (limited to 'application/MultiMC.h')
-rw-r--r-- | application/MultiMC.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/MultiMC.h b/application/MultiMC.h index b4087ef3..c416b8c0 100644 --- a/application/MultiMC.h +++ b/application/MultiMC.h @@ -167,6 +167,7 @@ private slots: private: void initLogger(); + void shutdownLogger(); void initIcons(); void initThemes(); void initGlobalSettings(); |