aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r--launcher/Application.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index d6c135de..df8a2363 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -1163,6 +1163,11 @@ QList<ITheme*> Application::getValidApplicationThemes()
return m_themeManager->getValidApplicationThemes();
}
+QList<IconTheme*> Application::getValidIconThemes()
+{
+ return m_themeManager->getValidIconThemes();
+}
+
void Application::applyCurrentlySelectedTheme(bool initial)
{
m_themeManager->applyCurrentlySelectedTheme(initial);