From bbe139dce51a7965394c800cac974946820d3869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 22 Oct 2016 01:43:36 +0200 Subject: GH-903 force Dark theme to use Fusion Qt style Themes now include Qt styles. --- application/themes/ITheme.h | 1 + 1 file changed, 1 insertion(+) (limited to 'application/themes/ITheme.h') diff --git a/application/themes/ITheme.h b/application/themes/ITheme.h index 8e0836eb..969969be 100644 --- a/application/themes/ITheme.h +++ b/application/themes/ITheme.h @@ -9,5 +9,6 @@ public: virtual QString id() = 0; virtual QString name() = 0; virtual QString appStyleSheet() = 0; + virtual QString qtTheme() = 0; virtual QPalette colorScheme() = 0; }; -- cgit v1.2.3