aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/Application.h')
-rw-r--r--launcher/Application.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/Application.h b/launcher/Application.h
index 527c536b..0b953f0a 100644
--- a/launcher/Application.h
+++ b/launcher/Application.h
@@ -70,6 +70,7 @@ class TranslationsModel;
class ITheme;
class MCEditTool;
class ThemeManager;
+class IconTheme;
namespace Meta {
class Index;
@@ -124,6 +125,8 @@ public:
QList<ITheme*> getValidApplicationThemes();
+ QList<IconTheme*> getValidIconThemes();
+
void setApplicationTheme(const QString& name);
shared_qobject_ptr<ExternalUpdater> updater() {