diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-01-01 19:59:46 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-01-01 20:04:08 +0100 |
commit | a666dc0a1afa69b5b42aa3a487c8fa971c01cde1 (patch) | |
tree | e226954e1af8f1dce0f9e73898331aef2481503b /application/pages/global/MultiMCPage.h | |
parent | 722896d41f15a8bc78a864f7adcfd0527648073c (diff) | |
download | PrismLauncher-a666dc0a1afa69b5b42aa3a487c8fa971c01cde1.tar.gz PrismLauncher-a666dc0a1afa69b5b42aa3a487c8fa971c01cde1.tar.bz2 PrismLauncher-a666dc0a1afa69b5b42aa3a487c8fa971c01cde1.zip |
NOISSUE fix up translation selection in settings and add OS/sys arch reporting
Diffstat (limited to 'application/pages/global/MultiMCPage.h')
-rw-r--r-- | application/pages/global/MultiMCPage.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/application/pages/global/MultiMCPage.h b/application/pages/global/MultiMCPage.h index 5d4f048e..ed280171 100644 --- a/application/pages/global/MultiMCPage.h +++ b/application/pages/global/MultiMCPage.h @@ -22,6 +22,7 @@ #include "pages/BasePage.h" #include <MultiMC.h> #include "ColorCache.h" +#include <translations/TranslationsModel.h> class QTextCharFormat; class SettingsObject; @@ -71,6 +72,8 @@ slots: void on_lwjglDirBrowseBtn_clicked(); void on_iconsDirBrowseBtn_clicked(); + void languageIndexChanged(int index); + /*! * Updates the list of update channels in the combo box. */ @@ -100,4 +103,6 @@ private: QTextCharFormat *defaultFormat; std::unique_ptr<LogColorCache> m_colors; + + std::shared_ptr<TranslationsModel> m_languageModel; }; |