summaryrefslogtreecommitdiffstats
path: root/gui/pages/global/MultiMCPage.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-03-01 22:20:57 +0100
committerPetr Mrázek <peterix@gmail.com>2015-03-01 22:20:57 +0100
commitceec70e014db629aa8ba3472839cc42781d73d4c (patch)
tree1de0150b51fceb85d9ffa330b3dcd70580b33082 /gui/pages/global/MultiMCPage.cpp
parentef34cafe174271a423418d7eb68c4b4096642223 (diff)
downloadMultiMC-ceec70e014db629aa8ba3472839cc42781d73d4c.tar
MultiMC-ceec70e014db629aa8ba3472839cc42781d73d4c.tar.gz
MultiMC-ceec70e014db629aa8ba3472839cc42781d73d4c.tar.lz
MultiMC-ceec70e014db629aa8ba3472839cc42781d73d4c.tar.xz
MultiMC-ceec70e014db629aa8ba3472839cc42781d73d4c.zip
GH-796 Icon theme loading workaround
Replacing the Qt machinery with other Qt machinery under our control
Diffstat (limited to 'gui/pages/global/MultiMCPage.cpp')
-rw-r--r--gui/pages/global/MultiMCPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/pages/global/MultiMCPage.cpp b/gui/pages/global/MultiMCPage.cpp
index cc2b2781..cc923b2f 100644
--- a/gui/pages/global/MultiMCPage.cpp
+++ b/gui/pages/global/MultiMCPage.cpp
@@ -302,7 +302,7 @@ void MultiMCPage::applySettings()
if(original != s->get("IconTheme"))
{
- QIcon::setThemeName(s->get("IconTheme").toString());
+ MMC->setIconTheme(s->get("IconTheme").toString());
}
// Console settings