summaryrefslogtreecommitdiffstats
path: root/application/themes/DarkTheme.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/themes/DarkTheme.h')
-rw-r--r--application/themes/DarkTheme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/themes/DarkTheme.h b/application/themes/DarkTheme.h
index 11e621a6..8552851d 100644
--- a/application/themes/DarkTheme.h
+++ b/application/themes/DarkTheme.h
@@ -7,6 +7,7 @@ class DarkTheme: public ITheme
public:
virtual ~DarkTheme() {}
+ QString qtTheme() override;
QString id() override;
QString name() override;
QString appStyleSheet() override;