From a5619f3bb6e7318a0375af944907f076234510fd Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 12 Jul 2015 23:12:05 +0200 Subject: [PATCH] + issue #0002053: Support of themes --- src/Gui/Application.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gui/Application.cpp b/src/Gui/Application.cpp index 2e61b27a6..73e3994a8 100644 --- a/src/Gui/Application.cpp +++ b/src/Gui/Application.cpp @@ -1687,6 +1687,7 @@ void Application::runApplication(void) Base::Console().Log("No OpenGL is present or no OpenGL context is current\n"); #if !defined(Q_WS_X11) + QIcon::setThemeSearchPaths(QIcon::themeSearchPaths() << QString::fromLatin1(":/icons/FreeCAD-default")); QIcon::setThemeName(QLatin1String("FreeCAD-default")); #endif