From 944ff256b2d9e271632efacd6e8dd1ea542e869f Mon Sep 17 00:00:00 2001
From: Petr Mrázek <peterix@gmail.com>
Date: Sun, 15 Jan 2017 22:56:03 +0100
Subject: NOISSUE add hack for system themes. Maybe it works?

---
 application/themes/CustomTheme.h | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'application/themes/CustomTheme.h')

diff --git a/application/themes/CustomTheme.h b/application/themes/CustomTheme.h
index e5d3625c..9023b13e 100644
--- a/application/themes/CustomTheme.h
+++ b/application/themes/CustomTheme.h
@@ -10,7 +10,9 @@ public:
 
 	QString id() override;
 	QString name() override;
+	bool hasStyleSheet() override;
 	QString appStyleSheet() override;
+	bool hasColorScheme() override;
 	QPalette colorScheme() override;
 	double fadeAmount() override;
 	QColor fadeColor() override;
-- 
cgit