summaryrefslogtreecommitdiffstats
path: root/application/themes/ITheme.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/themes/ITheme.h')
-rw-r--r--application/themes/ITheme.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/themes/ITheme.h b/application/themes/ITheme.h
index 9c071e0a..8070efb1 100644
--- a/application/themes/ITheme.h
+++ b/application/themes/ITheme.h
@@ -13,6 +13,10 @@ public:
virtual QPalette colorScheme() = 0;
virtual QColor fadeColor() = 0;
virtual double fadeAmount() = 0;
+ virtual QStringList searchPaths()
+ {
+ return {};
+ }
static QPalette fadeInactive(QPalette in, qreal bias, QColor color);
};