summaryrefslogtreecommitdiffstats
path: root/application/themes/SystemTheme.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/themes/SystemTheme.h')
-rw-r--r--application/themes/SystemTheme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/themes/SystemTheme.h b/application/themes/SystemTheme.h
index e4a84bca..e8034efc 100644
--- a/application/themes/SystemTheme.h
+++ b/application/themes/SystemTheme.h
@@ -11,7 +11,9 @@ public:
QString id() override;
QString name() override;
QString qtTheme() override;
+ bool hasStyleSheet() override;
QString appStyleSheet() override;
+ bool hasColorScheme() override;
QPalette colorScheme() override;
double fadeAmount() override;
QColor fadeColor() override;